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:
quindecim 2019-05-16 09:59:40 +00:00 committed by GitHub
parent d3781a24de
commit 78e04e01b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 10 deletions

View File

@ -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"
}
}