omegafox/settings/distribution/policies.json

65 lines
1.7 KiB
JSON

{
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
"policies": {
"AppUpdateURL": "https://localhost",
"DisableAppUpdate": true,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"DisableSystemAddonUpdate": true,
"DisableProfileImport": true,
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
"DisableFeedbackCommands": true,
"DisablePocket": true,
"DisableSetDesktopBackground": true,
"DisableDeveloperTools": false,
"NoDefaultBookmarks": true,
"DisableFirefoxScreenshots": true,
"DisableSafeMode": true,
"DisplayBookmarksToolbar": "never",
"DisableFirefoxAccounts": true,
"DisableFormHistory": true,
"HardwareAcceleration": false,
"WindowsSSO": false,
"PasswordManagerEnabled": false,
"OfferToSaveLogins": false,
"ExtensionUpdate": false,
"PDFjs": {
"Enabled": true,
"EnablePermissions": true
},
"Extensions": {
"Uninstall": [
"google@search.mozilla.org",
"bing@search.mozilla.org",
"amazondotcom@search.mozilla.org",
"ebay@search.mozilla.org",
"twitter@search.mozilla.org",
"screenshots@mozilla.org",
"formautofill@mozilla.org"
]
},
"ExtensionSettings": {
"uBlock0@raymondhill.net": {
"default_area": "navbar",
"updates_disabled": true
},
"magnolia@12.34": {
"default_area": "navbar",
"updates_disabled": true
}
},
"SearchEngines": {
"PreventInstalls": false,
"Remove": [
"Google",
"Bing",
"Amazon.com",
"eBay",
"Twitter",
"Wikipedia (en)"
],
"Default": "DuckDuckGo"
}
}
}