forked from d3cim/mozilla.cfg
149 lines
3.0 KiB
JSON
149 lines
3.0 KiB
JSON
{
|
|
"policies": {
|
|
|
|
"CaptivePortal": false,
|
|
|
|
"Certificates": {
|
|
"ImportEnterpriseRoots": false
|
|
},
|
|
|
|
"Cookies": {
|
|
"Allow": ["http://example.org/"],
|
|
"Block": ["http://example.edu/"],
|
|
"ExpireAtSessionEnd": true,
|
|
"Locked": false
|
|
},
|
|
|
|
"DisableSetDesktopBackground": true,
|
|
|
|
"DisableMasterPasswordCreation": true,
|
|
|
|
"DisableFeedbackCommands": true,
|
|
|
|
"DisableFirefoxScreenshots": true,
|
|
|
|
"DisableFirefoxAccounts": true,
|
|
|
|
"DisableFirefoxStudies": true,
|
|
|
|
"DisablePasswordReveal": true,
|
|
|
|
"DisableFormHistory": true,
|
|
|
|
"DisablePocket": true,
|
|
|
|
"DisableProfileImport": true,
|
|
|
|
"DisableProfileRefresh": true,
|
|
|
|
"DisableSafeMode": true,
|
|
|
|
"DisableSecurityBypass": {
|
|
"InvalidCertificate": true,
|
|
"SafeBrowsing": true
|
|
},
|
|
|
|
"DisableSystemAddonUpdate": false,
|
|
|
|
"DisableTelemetry": true,
|
|
|
|
"DontCheckDefaultBrowser": true,
|
|
|
|
"EnableTrackingProtection": {
|
|
"Value": false,
|
|
"Locked": true,
|
|
"Cryptomining": false,
|
|
"Fingerprinting": false
|
|
},
|
|
|
|
"Extensions": {
|
|
"Uninstall": ["startpage@search.mozilla.org", "twitter@search.mozilla.org", "yahoo@search.mozilla.org"]
|
|
},
|
|
|
|
"ExtensionUpdate": true,
|
|
|
|
"FlashPlugin": {
|
|
"Allow": ["http://example.org/"],
|
|
"Block": ["http://example.edu/"],
|
|
"Default": false,
|
|
"Locked": true
|
|
},
|
|
|
|
"FirefoxHome": {
|
|
"Search": false,
|
|
"TopSites": false,
|
|
"Highlights": false,
|
|
"Pocket": false,
|
|
"Snippets": false,
|
|
"Locked": true
|
|
},
|
|
|
|
"Homepage": {
|
|
"URL": "about:blank",
|
|
"Locked": true,
|
|
"StartPage": "none"
|
|
},
|
|
|
|
"NetworkPrediction": false,
|
|
|
|
"NewTabPage": false,
|
|
|
|
"NoDefaultBookmarks": true,
|
|
|
|
"OfferToSaveLogins": false,
|
|
|
|
"OfferToSaveLoginsDefault": false,
|
|
|
|
"OverrideFirstRunPage": "",
|
|
|
|
"OverridePostUpdatePage": "",
|
|
|
|
"PasswordManagerEnabled": false,
|
|
|
|
"Permissions": {
|
|
"Camera": {
|
|
"Allow": ["https://example.org"],
|
|
"Block": ["https://example.edu"],
|
|
"BlockNewRequests": true,
|
|
"Locked": true
|
|
},
|
|
"Microphone": {
|
|
"Allow": ["https://example.org"],
|
|
"Block": ["https://example.edu"],
|
|
"BlockNewRequests": true,
|
|
"Locked": true
|
|
},
|
|
"Location": {
|
|
"Allow": ["https://example.org"],
|
|
"Block": ["https://example.edu"],
|
|
"BlockNewRequests": true,
|
|
"Locked": true
|
|
},
|
|
"Notifications": {
|
|
"Allow": ["https://example.org"],
|
|
"Block": ["https://example.edu"],
|
|
"BlockNewRequests": true,
|
|
"Locked": true
|
|
}
|
|
},
|
|
|
|
"PopupBlocking": {
|
|
"Allow": ["http://example.org/",
|
|
"http://example.edu/"],
|
|
"Default": true,
|
|
"Locked": true
|
|
},
|
|
|
|
"SanitizeOnShutdown": true,
|
|
|
|
"SearchEngines": {
|
|
"PreventInstalls": false,
|
|
"Remove": ["Bing", "Google", "Twitter", "Amazon.com", "eBay"]
|
|
},
|
|
|
|
"SearchSuggestEnabled": false,
|
|
|
|
"SSLVersionMin": "tls1.2"
|
|
|
|
}
|
|
} |