diff --git a/config/distribution/policies.json b/config/distribution/policies.json index f980fc6..7ac34aa 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -1,26 +1,30 @@ { "policies": { - "AppUpdateURL": "", - "DisableAppUpdate": true, + "DontCheckDefaultBrowser": true, + "Camera_BlockNewRequests": true, + "Camera_Locked": true, + "Microphone_BlockNewRequests": true, + "Microphone_Locked": true, + "Location_BlockNewRequests": true, + "Location_Locked": true, + "Notifications_BlockNewRequests": true, + "Notifications_Locked": true, + "Cookies_AcceptThirdParty": false, + "OfferToSaveLogins": false, "OverridePostUpdatePage": "", "DisableMasterPasswordCreation": true, "DisableFeedbackCommands": true, - "DisableFeedbackCommands_Explain": true, "DisableFirefoxAccounts": true, - "DisableFirefoxAccounts_Explain": true, "DisableFirefoxScreenshots": true, - "DisableFirefoxScreenshots_Explain": true, "DisableFirefoxStudies": true, - "DisableFirefoxStudies_Explain": true, "DisablePocket": true, "DisablePocket_Explain": true, "DisableProfileImport": true, - "DisableProfileImport_Explain": true, "DisableSetDesktopBackground": true, - "DisableSetDesktopBackground_Explain": true, "DisableSystemAddonUpdate": true, - "DisableSystemAddonUpdate_Explain": true, "DisableTelemetry": true, - "DisableTelemetry_Explain": true + "TrackingProtection": false, + "TrackingProtectionLocked": true, + "SSLVersionMin_Explain": "TLS1_2" } }