and remove the "or setup" part

We're not really "setting it up", we're just disabling it (or enabling it but that's redundant - see all the other prefs)
This commit is contained in:
Thorin-Oakenpants 2019-02-04 09:15:01 +00:00 committed by GitHub
parent 3da256a4c2
commit 9823b86f75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -501,7 +501,7 @@ 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); // [DEFAULT: false]
/* 0707: disable (or setup) DNS-over-HTTPS (DoH) [FF60+]
/* 0707: disable 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
* To use a custom URI, use the Connection Settings panel, as it involves multiple prefs