Update 'config/distribution/policies.json'

️ Disabled Cryptomining and Fingerprinting trackingprotection
️ Disabled OfferToSaveLogins by default
️ Disabled PasswordManager (remove access to the password manager via preferences and blocks about:logins)
This commit is contained in:
quindecim 2019-10-23 04:18:23 -04:00
parent 9db5f62550
commit be4501dcdd
1 changed files with 7 additions and 1 deletions

View File

@ -90,7 +90,9 @@
"EnableTrackingProtection": {
"Value": false,
"Locked": true
"Locked": true,
"Cryptomining": false,
"Fingerprinting": false
},
"ExtensionUpdate": true,
@ -127,10 +129,14 @@
"OfferToSaveLogins": false,
"OfferToSaveLoginsDefault": false,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"PasswordManagerEnabled": false,
"Permissions": {
"Camera": {
"Allow": ["https://example.org"],