diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:27 +0000 |
commit | f56e09ff4e9be3b050ffeb5872df594da0b36267 (patch) | |
tree | 8c51dfc6b9183f2646a2cf6224e2fc20a7dea361 /debian | |
parent | user.js: Enabling IPv6. (diff) | |
download | firefox-f56e09ff4e9be3b050ffeb5872df594da0b36267.tar.xz firefox-f56e09ff4e9be3b050ffeb5872df594da0b36267.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')
-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 ca5a22ba1a..f64cfa38d0 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!"); |