From be4501dcdd0887b2142c4136716903e6f095e3eb Mon Sep 17 00:00:00 2001 From: quindecim Date: Wed, 23 Oct 2019 04:18:23 -0400 Subject: [PATCH] Update 'config/distribution/policies.json' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⛔️ Disabled Cryptomining and Fingerprinting trackingprotection ⛔️ Disabled OfferToSaveLogins by default ⛔️ Disabled PasswordManager (remove access to the password manager via preferences and blocks about:logins) --- config/distribution/policies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/distribution/policies.json b/config/distribution/policies.json index 0bfd5f4..20bb1a7 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -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"],