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

37 lines
1.2 KiB
JSON
Raw Normal View History

2019-05-14 01:15:13 +00:00
{
"policies": {
"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,
2019-05-14 01:15:13 +00:00
"OverridePostUpdatePage": "",
"DisableMasterPasswordCreation": true,
"DisableFeedbackCommands": true,
"DisableFeedbackCommands_Explain": true,
2019-05-14 01:15:13 +00:00
"DisableFirefoxAccounts": true,
"DisableFirefoxAccounts_Explain": true,
2019-05-14 01:15:13 +00:00
"DisableFirefoxScreenshots": true,
"DisableFirefoxScreenshots_Explain": true,
2019-05-14 01:15:13 +00:00
"DisableFirefoxStudies": true,
"DisableFirefoxStudies_Explain": true,
2019-05-14 01:15:13 +00:00
"DisablePocket": true,
"DisablePocket_Explain": true,
2019-05-14 01:15:13 +00:00
"DisableProfileImport": true,
"DisableProfileImport_Explain": true,
2019-05-14 01:15:13 +00:00
"DisableSetDesktopBackground": true,
"DisableSystemAddonUpdate": true,
"DisableSystemAddonUpdate_Explain": true,
2019-05-14 01:15:13 +00:00
"DisableTelemetry": true,
"DisableTelemetry_Explain": true,
"TrackingProtection": false,
"TrackingProtectionLocked": true,
"SSLVersionMin_Explain": "TLS1_2"
2019-05-14 01:15:13 +00:00
}
}