forked from d3cim/mozilla.cfg
Update policies.json
✅ Enabled app from auto-update ⛔️ Disabled check default browser ⛔️ Disabled and locked camera requests ⛔️ Disabled and locked camera requests ⛔️ Disabled and locked microphone requests ⛔️ Disabled and locked location requests ⛔️ Disabled and locked notifications requests ⛔️ Disabled and locked trackingprotection ⛔️ Disabled accept third-party cookies ⛔️ Disabled offer to save logins ℹ️ Set SSL version min `1.2`
This commit is contained in:
parent
d3781a24de
commit
78e04e01b1
|
@ -1,26 +1,30 @@
|
||||||
{
|
{
|
||||||
"policies": {
|
"policies": {
|
||||||
"AppUpdateURL": "",
|
"DontCheckDefaultBrowser": true,
|
||||||
"DisableAppUpdate": 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": "",
|
"OverridePostUpdatePage": "",
|
||||||
"DisableMasterPasswordCreation": true,
|
"DisableMasterPasswordCreation": true,
|
||||||
"DisableFeedbackCommands": true,
|
"DisableFeedbackCommands": true,
|
||||||
"DisableFeedbackCommands_Explain": true,
|
|
||||||
"DisableFirefoxAccounts": true,
|
"DisableFirefoxAccounts": true,
|
||||||
"DisableFirefoxAccounts_Explain": true,
|
|
||||||
"DisableFirefoxScreenshots": true,
|
"DisableFirefoxScreenshots": true,
|
||||||
"DisableFirefoxScreenshots_Explain": true,
|
|
||||||
"DisableFirefoxStudies": true,
|
"DisableFirefoxStudies": true,
|
||||||
"DisableFirefoxStudies_Explain": true,
|
|
||||||
"DisablePocket": true,
|
"DisablePocket": true,
|
||||||
"DisablePocket_Explain": true,
|
"DisablePocket_Explain": true,
|
||||||
"DisableProfileImport": true,
|
"DisableProfileImport": true,
|
||||||
"DisableProfileImport_Explain": true,
|
|
||||||
"DisableSetDesktopBackground": true,
|
"DisableSetDesktopBackground": true,
|
||||||
"DisableSetDesktopBackground_Explain": true,
|
|
||||||
"DisableSystemAddonUpdate": true,
|
"DisableSystemAddonUpdate": true,
|
||||||
"DisableSystemAddonUpdate_Explain": true,
|
|
||||||
"DisableTelemetry": true,
|
"DisableTelemetry": true,
|
||||||
"DisableTelemetry_Explain": true
|
"TrackingProtection": false,
|
||||||
|
"TrackingProtectionLocked": true,
|
||||||
|
"SSLVersionMin_Explain": "TLS1_2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue