summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:01 +0000
commitb73ce471ff8c9d76734eeb096779dd30004fa8ce (patch)
tree64b032d33273caf7667c0d4afb3fb1ab431f6190 /debian
parentuser.js: Disabling safe browsing. (diff)
downloadfirefox-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 'debian')
-rw-r--r--debian/local/pref/user.js2
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!");