Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v117 #1710

Merged
merged 9 commits into from Sep 17, 2023
Merged

v117 #1710

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
tweak DoH #1694
  • Loading branch information
Thorin-Oakenpants committed Sep 16, 2023
commit b4b3653b79b7cc95238179e806c5f36449322f9a
7 changes: 5 additions & 2 deletions user.js
Expand Up @@ -296,9 +296,12 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]
// user_pref("network.trr.mode", 3);
/* 0711: disable parental controls, when enabled, skipping DoH [FF70+] ***/
user_pref("skipTRR-when-parental-control-enabled", false);
Thorin-Oakenpants marked this conversation as resolved.
Show resolved Hide resolved
/* 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 ***/
// 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 ***/
user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");
Expand Down