From 162912dd8292cca7a1017d310072249f012589ab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 May 2024 11:54:58 +0300 Subject: [PATCH] {firefox,chromium}#PrivacyBadger: just trust cloudflare.com directly I remembered that the analytics domain is cloudflareinsigts.com and I use cloudflare's esni testing etc. too often --- etc/firefox/policies/policies.json | 5 ++--- etc/opt/chromium/policies/managed/aminda-extensions.json | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 6347a1bd..e8800820 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -19,10 +19,9 @@ "jid1-MnnxcxisBPnSXQ@jetpack": { "checkForDNTPolicy": true, "disabledSites": [ - "challenges.cloudflare.com", + "cloudflare.com", "ecosia.org", - "keyoxide.org", - "pp-attester-turnstile.research.cloudflare.com" + "keyoxide.org" ], "learnInIncognito": true, "learnLocally": true, diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index f961017d..e7c1d95c 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -71,10 +71,9 @@ "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "checkForDNTPolicy": true, "disabledSites": [ - "challenges.cloudflare.com", + "cloudflare.com", "ecosia.org", - "keyoxide.org", - "pp-attester-turnstile.research.cloudflare.com" + "keyoxide.org" ], "learnInIncognito": true, "learnLocally": true,