diff --git a/user.js b/user.js index 1ad591b..c796aba 100644 --- a/user.js +++ b/user.js @@ -442,6 +442,15 @@ user_pref("network.file.disable_unc_paths", true); // [HIDDEN PREF] * [3] https://en.wikipedia.org/wiki/GVfs * [4] https://en.wikipedia.org/wiki/GIO_(software) ***/ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] +/* 0720: disable DNS-over-HTTPS (DoH) [FF60+] + * DoH is currently only being rolled out to US users who are prompted to opt-in + * 0=off by default, 2=TRR first, 3=TRR only, 5=explicitly off : TRR = Trusted Recursive Resolver + * [NOTE] removed in FF69; 1=race, 4=race for stats but always use native result + * [THORIN] I don't tell users how to connect to the internet, how to configure proxies, what + * search engines to use; these are all subjective and depend on your setup / threat model. + * Likewise, I am not interested in providing, maintaining and supporting a DoH section + * [1] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/ ***/ + // user_pref("network.trr.mode", 5); /*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS Change items 0850 and above to suit for privacy vs convenience and functionality. Consider