diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:06:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:25 +0000 |
commit | 2219c1f49ac40da50c9b051192b571577e235dd5 (patch) | |
tree | 9124afc25efbd7e0417bc5607bb71ab0ab463c3b | |
parent | user.js: Disabling safe browsing. (diff) | |
download | firefox-2219c1f49ac40da50c9b051192b571577e235dd5.tar.xz firefox-2219c1f49ac40da50c9b051192b571577e235dd5.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 '')
-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 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 |