user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b89e24726345014d3c8e64a609a82f0549d394c5
parent 35fd4e343c83944240f73bb81f719b69a017c583
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  7 May 2018 14:57:42 +0000

0707: DoH, fixes #410
Diffstat:
Muser.js | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -475,6 +475,14 @@ user_pref("network.proxy.socks_remote_dns", true); * CVE-2017-5384: Information disclosure via Proxy Auto-Config (PAC) * [1] https://bugzilla.mozilla.org/1255474 ***/ user_pref("network.proxy.autoconfig_url.include_path", false); +/* 0707: disable (or setup) DNS-over-HTTPS (DoH) (FF60+) + * TRR = Trusted Recursive Resolver + * .mode: 0=off, 1=race, 2=TRR first, 3=TRR only, 4=race for stats, but always use native result + * [WARNING] DoH bypasses hosts and gives info to yet another party (e.g. Cloudflare) + * [1] https://www.ghacks.net/2018/04/02/configure-dns-over-https-in-firefox/ ***/ + // user_pref("network.trr.mode", 0); + // user_pref("network.trr.bootstrapAddress", ""); + // user_pref("network.trr.uri", ""); /*** 0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS [SETUP] If you are in a private environment (no unwanted eyeballs) and your device is private