mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 13:33:37 +02:00
fix pref name
This commit is contained in:
parent
b4b3653b79
commit
a05d2329eb
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -295,7 +295,7 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]
|
|||
* [4] https://www.eff.org/deeplinks/2020/12/dns-doh-and-odoh-oh-my-year-review-2020 ***/
|
||||
// user_pref("network.trr.mode", 3);
|
||||
/* 0711: disable parental controls, when enabled, skipping DoH [FF70+] ***/
|
||||
user_pref("skipTRR-when-parental-control-enabled", false);
|
||||
user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
|
||||
/* 0712: set DoH provider
|
||||
* The custom uri is the value shown when you "Choose provider>Custom>"
|
||||
* [NOTE] If you USE custom then "network.trr.uri" should be set the same
|
||||
|
|
Loading…
Add table
Reference in a new issue