From 2219c1f49ac40da50c9b051192b571577e235dd5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:06:51 +0200 Subject: user.js: Disabling DNS-over-HTTPs to use local DNS resolver only. Signed-off-by: Daniel Baumann --- debian/local/pref/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 619e0b8cf1..47c5934bde 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -289,7 +289,7 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] [DEFAULT: "" * [2] https://wiki.mozilla.org/Security/DOH-resolver-policy * [3] https://support.mozilla.org/en-US/kb/firefox-dns-over-https * [4] https://www.eff.org/deeplinks/2020/12/dns-doh-and-odoh-oh-my-year-review-2020 ***/ - // user_pref("network.trr.mode", 3); +user_pref("network.trr.mode", 5); /* 0712: set DoH provider * The custom uri is the value shown when you "Choose provider>Custom>" * [NOTE] If you USE custom then "network.trr.uri" should be set the same -- cgit v1.2.3