This repository has been archived on 2020-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
mozilla.cfg/config/distribution/policies.json

189 lines
4.1 KiB
JSON

{
"policies": {
"AppAutoUpdate": false,
"CaptivePortal": false,
"Certificates": {
"ImportEnterpriseRoots": false
},
"Cookies": {
"Allow": ["http://example.org/"],
"Block": ["http://example.edu/"],
"ExpireAtSessionEnd": true,
"Locked": false
},
"DisableSetDesktopBackground": true,
"DisableMasterPasswordCreation": true,
"DisabledCiphers": {
"TLS_DHE_RSA_WITH_AES_128_CBC_SHA": false,
"TLS_DHE_RSA_WITH_AES_256_CBC_SHA": false,
"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": false,
"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": false,
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true,
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true,
"TLS_RSA_WITH_AES_128_CBC_SHA": false,
"TLS_RSA_WITH_AES_256_CBC_SHA": false,
"TLS_RSA_WITH_3DES_EDE_CBC_SHA": false,
"TLS_RSA_WITH_AES_128_GCM_SHA256": true,
"TLS_RSA_WITH_AES_256_GCM_SHA384": true
},
"DisableDefaultBrowserAgent": 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
},
"EncryptedMediaExtensions": {
"Enabled": false,
"Locked": true
},
"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,
"PDFjs": {
"Enabled": false,
"EnablePermissions": 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
},
"Autoplay": {
"Allow": ["https://example.org"],
"Block": ["https://example.edu"],
"Default": "block-audio-video",
"Locked": true
}
},
"PictureInPicture": false,
"PopupBlocking": {
"Allow": ["http://example.org/",
"http://example.edu/"],
"Default": true,
"Locked": true
},
"SanitizeOnShutdown": true,
"SearchEngines": {
"PreventInstalls": false,
"Remove": ["Amazon.com", "Bing", "eBay", "Google", "Twitter"]
},
"SearchSuggestEnabled": false,
"UserMessaging": {
"ExtensionRecommendations": false,
"FeatureRecommendations": false,
"UrlbarInterventions": false
}
}
}