forked from d3cim/mozilla.cfg
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:
parent
9db5f62550
commit
be4501dcdd
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue