mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:42:04 -08:00
77 lines
2 KiB
JSON
77 lines
2 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",
|
|
"webcompat@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",
|
|
"DuckDuckGo",
|
|
"Bing",
|
|
"Amazon.com",
|
|
"eBay",
|
|
"Twitter",
|
|
"Wikipedia (en)"
|
|
],
|
|
"Default": "None",
|
|
"Add": [
|
|
{
|
|
"Name": "None",
|
|
"Description": "None",
|
|
"Alias": "",
|
|
"Method": "POST",
|
|
"URLTemplate": "http://127.0.0.1",
|
|
"PostData": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|