diff --git a/config/distribution/policies.json b/config/distribution/policies.json index abc10a2..4f79631 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -1,188 +1,5 @@ { - "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 - } + "policies": { + "DisableAppUpdate": true } -} +} \ No newline at end of file