summaryrefslogtreecommitdiffstats
path: root/debian/local
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:25:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:25:24 +0000
commit7270565882bf403e0fd0152ad12a555e747e6d10 (patch)
treec51da445e27d630fc1a808c1704ee36b4f0cc783 /debian/local
parentuser.js: Disabling safe browsing. (diff)
downloadfirefox-esr-7270565882bf403e0fd0152ad12a555e747e6d10.tar.xz
firefox-esr-7270565882bf403e0fd0152ad12a555e747e6d10.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.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!");