From 0bb1cecbe39d90d73ea92a2e29d9b2bbca511d87 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 2 Mar 2025 09:57:17 +0200 Subject: [PATCH] firefox: enable DoH with CF family for most used domains (see Comment) --- etc/firefox/policies/policies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index d03794ff..21c72bab 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -194,15 +194,15 @@ ] }, "DNSOverHTTPS": { - "Comment": "Seems to break badly on s-guest-free while Unbound/resoled work.", - "Enabled": false, + "Comment": "Cloudflare is nowadays the authority on most used domains at radar.cloudflare.com and this also affects everything using most visited domains and I am hoping to boost Finnish domains so PrivacyBadger training will recognise us existing and learn Finnish trackers by default for everyone. Maybe if ther are enough Finnish Cloudflare users, this will work.", + "Enabled": true, "ExcludedDomains": [ "http.badssl.com", "norwegianwifi.com" ], "Fallback": true, "Locked": true, - "ProviderURL": "https://dns11.quad9.net/dns-query" + "ProviderURL": "https://security.cloudflare-dns.com/dns-query" }, "DisableEncryptedClientHello": false, "DisableFirefoxAccounts": false,