From 80fc05cf54de868f89a7c438d83a62c35f90e355 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:24 +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 7c1b36e87a..0658b38a34 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -286,7 +286,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