diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:01 +0000 |
commit | b73ce471ff8c9d76734eeb096779dd30004fa8ce (patch) | |
tree | 64b032d33273caf7667c0d4afb3fb1ab431f6190 /debian | |
parent | user.js: Disabling safe browsing. (diff) | |
download | firefox-esr-b73ce471ff8c9d76734eeb096779dd30004fa8ce.tar.xz firefox-esr-b73ce471ff8c9d76734eeb096779dd30004fa8ce.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 a2abf549a8..072a5b1469 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -283,7 +283,7 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] * [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", 5); +user_pref("network.trr.mode", 5); /*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/ user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!"); |