mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 14:03:40 +02:00
tweak DoH #1694
This commit is contained in:
parent
cad9f7648b
commit
b4b3653b79
1 changed files with 5 additions and 2 deletions
7
user.js
7
user.js
|
@ -296,9 +296,12 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]
|
||||||
// user_pref("network.trr.mode", 3);
|
// user_pref("network.trr.mode", 3);
|
||||||
/* 0711: disable parental controls, when enabled, skipping DoH [FF70+] ***/
|
/* 0711: disable parental controls, when enabled, skipping DoH [FF70+] ***/
|
||||||
user_pref("skipTRR-when-parental-control-enabled", false);
|
user_pref("skipTRR-when-parental-control-enabled", false);
|
||||||
/* 0711: set DoH provider
|
/* 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
|
||||||
* [SETTING] Privacy & Security>DNS over HTTPS>Increased/Max>Choose provider ***/
|
* [SETTING] Privacy & Security>DNS over HTTPS>Increased/Max>Choose provider ***/
|
||||||
// user_pref("network.trr.uri", "https://firefox.dns.nextdns.io/");
|
// user_pref("network.trr.uri", "https://example.dns");
|
||||||
|
// user_pref("network.trr.custom_uri", "https://example.dns");
|
||||||
|
|
||||||
/*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/
|
/*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/
|
||||||
user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");
|
user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");
|
||||||
|
|
Loading…
Add table
Reference in a new issue