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
fix pref name
  • Loading branch information
Thorin-Oakenpants committed Sep 16, 2023
commit a05d2329ebaecb232a9195bf411bcffd3b66ad08
2 changes: 1 addition & 1 deletion user.js
Expand Up @@ -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
Expand Down