From 492c9cb3699c63094f55c561403a7283b5dad523 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 7 Feb 2025 20:57:30 +0200 Subject: [PATCH] {chromium,firefox}#PrivacyBadger: allow accounts.google.com While it allows Google to perform tracking unless caught by something else, it will also allow Google login to other services and possibly reduce family tech support queries --- etc/firefox/policies/policies.json | 4 ++++ etc/opt/chromium/policies/managed/aminda-extensions.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 5c1c75de..b04a6d0e 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -22,6 +22,10 @@ "showIntroPage": false, "socialWidgetReplacementEnabled": true, "trackingDomains": [ + { + "domain": "accounts.google.com", + "action": "allow" + }, { "domain": "youtube.com", "action": "block" diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 89d1c0ac..4ae26167 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -108,6 +108,10 @@ "showIntroPage": false, "socialWidgetReplacementEnabled": true, "trackingDomains": [ + { + "domain": "accounts.google.com", + "action": "allow" + }, { "domain": "youtube.com", "action": "block"