mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
add trr UI
This commit is contained in:
parent
0377c14a91
commit
3c14f147ac
1 changed files with 2 additions and 1 deletions
3
user.js
3
user.js
|
@ -297,8 +297,9 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]
|
||||||
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1732792,1733994,1733481 ***/
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1732792,1733994,1733481 ***/
|
||||||
// user_pref("network.proxy.allow_bypass", false);
|
// user_pref("network.proxy.allow_bypass", false);
|
||||||
/* 0710: disable DNS-over-HTTPS (DoH) rollout [FF60+]
|
/* 0710: disable DNS-over-HTTPS (DoH) rollout [FF60+]
|
||||||
* 0=off by default, 2=TRR (Trusted Recursive Resolver) first, 3=TRR only, 5=explicitly off
|
* 0=default, 2=increased (TRR (Trusted Recursive Resolver) first), 3=max (TRR only), 5=off
|
||||||
* see "doh-rollout.home-region": USA 2019, Canada 2021, Russia/Ukraine 2022 [3]
|
* see "doh-rollout.home-region": USA 2019, Canada 2021, Russia/Ukraine 2022 [3]
|
||||||
|
* [SETTING] Privacy & Security>DNS over HTTPS
|
||||||
* [1] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/
|
* [1] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/
|
||||||
* [2] https://wiki.mozilla.org/Security/DOH-resolver-policy
|
* [2] https://wiki.mozilla.org/Security/DOH-resolver-policy
|
||||||
* [3] https://support.mozilla.org/en-US/kb/firefox-dns-over-https
|
* [3] https://support.mozilla.org/en-US/kb/firefox-dns-over-https
|
||||||
|
|
Loading…
Add table
Reference in a new issue