From d93b8eb3d5542021b9bf210561770bf1e2c06971 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 13 May 2024 06:29:17 +0300 Subject: [PATCH] firefox policy: disable bookmarks toolbar, default browser checking & add tracking protection exceptions --- etc/firefox/policies/policies.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 39be0cde..e9962416 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -74,8 +74,27 @@ }, "DisableEncryptedClientHello": false, "DisablePocket": true, + "DisplayBookmarksToolbar": "never", + "DontCheckDefaultBrowser": true, "EnableTrackingProtection": { "Cryptomining": true, + "Exceptions": [ + "https://app.element.io", + "https://staging.element.io", + "https://develop.element.io", + "https://chat.pikaviestin.fi", + "https://webchat.disroot.org", + "https://learn.microsoft.com", + "https://teams.microsoft.com", + "https://glowing-bear.org", + "https://latest.glowing-bear.org", + "https://bittimittari.fi", + "https://pp-attester-turnstile.research.cloudflare.com", + "https://keyoxide.org", + "https://one.one.one.one", + "https://www.ecosia.org", + "https://ac.ecosia.org" + ], "Fingerprinting": true, "Locked": false, "Value": true