mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 15:33:38 +02:00
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:
parent
3da256a4c2
commit
9823b86f75
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -501,7 +501,7 @@ user_pref("network.proxy.socks_remote_dns", true);
|
||||||
* CVE-2017-5384: Information disclosure via Proxy Auto-Config (PAC)
|
* CVE-2017-5384: Information disclosure via Proxy Auto-Config (PAC)
|
||||||
* [1] https://bugzilla.mozilla.org/1255474 ***/
|
* [1] https://bugzilla.mozilla.org/1255474 ***/
|
||||||
user_pref("network.proxy.autoconfig_url.include_path", false); // [DEFAULT: false]
|
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
|
* TRR = Trusted Recursive Resolver
|
||||||
* .mode: 0=off, 1=race, 2=TRR first, 3=TRR only, 4=race for stats but always use native result
|
* .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
|
* To use a custom URI, use the Connection Settings panel, as it involves multiple prefs
|
||||||
|
|
Loading…
Add table
Reference in a new issue