From fd22af51421675bd2bad83427798cc2e81f7dd88 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 May 2024 09:12:21 +0300 Subject: [PATCH] firefox: move DoH excluded domains here --- etc/firefox/policies/policies.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index b5f31a21..17fa91ef 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -81,6 +81,11 @@ }, "DNSOverHTTPS": { "Enabled": true, + "ExcludedDomains": [ + "http.badssl.com", + "norwegianwifi.com" + ], + "Fallback": true, "Locked": true, "ProviderURL": "https://dns11.quad9.net/dns-query" },