diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:24 +0000 |
commit | 80fc05cf54de868f89a7c438d83a62c35f90e355 (patch) | |
tree | aaf947fd8da9aa410ed205493371de5ef489963e /debian/local | |
parent | user.js: Disabling safe browsing. (diff) | |
download | firefox-80fc05cf54de868f89a7c438d83a62c35f90e355.tar.xz firefox-80fc05cf54de868f89a7c438d83a62c35f90e355.zip |
user.js: Disabling DNS-over-HTTPs to use local DNS resolver only.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/pref/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |