mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
policies.json: fix indent (MR 19)
This commit is contained in:
parent
fa65935111
commit
7f5dddd387
1 changed files with 23 additions and 24 deletions
|
@ -1,30 +1,29 @@
|
|||
{
|
||||
"policies": {
|
||||
"policies": {
|
||||
"DisableFirefoxScreenshots": true,
|
||||
"DisableFirefoxStudies": true,
|
||||
"DisableTelemetry": true,
|
||||
"DisablePocket": true,
|
||||
"NewTabPage": false,
|
||||
"NoDefaultBookmarks": true,
|
||||
"OverrideFirstRunPage": "",
|
||||
"OverridePostUpdatePage": "",
|
||||
|
||||
"DisableFirefoxScreenshots": true,
|
||||
"DisableFirefoxStudies": true,
|
||||
"DisableTelemetry": true,
|
||||
"DisablePocket": true,
|
||||
"NewTabPage": false,
|
||||
"NoDefaultBookmarks": true,
|
||||
"OverrideFirstRunPage": "",
|
||||
"OverridePostUpdatePage": "",
|
||||
"Homepage": {
|
||||
"URL": "file:///usr/share/mobile-config-firefox/home.html",
|
||||
"Locked": false,
|
||||
"StartPage": "homepage"
|
||||
},
|
||||
|
||||
"Homepage": {
|
||||
"URL": "file:///usr/share/mobile-config-firefox/home.html",
|
||||
"Locked": false,
|
||||
"StartPage": "homepage"
|
||||
},
|
||||
"SearchEngines": {
|
||||
"Default": "DuckDuckGo"
|
||||
},
|
||||
|
||||
"SearchEngines": {
|
||||
"Default": "DuckDuckGo"
|
||||
},
|
||||
|
||||
"UserMessaging": {
|
||||
"WhatsNew": false,
|
||||
"ExtensionRecommendations": false,
|
||||
"FeatureRecommendations": false,
|
||||
"UrlbarInterventions": false
|
||||
"UserMessaging": {
|
||||
"WhatsNew": false,
|
||||
"ExtensionRecommendations": false,
|
||||
"FeatureRecommendations": false,
|
||||
"UrlbarInterventions": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue