Skip to content

Commit

Permalink
Enable Oblivious DNS by default, using Waterfox's private relay.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 26, 2023
1 parent d058086 commit d037954
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions waterfox/browser/app/profile/000-waterfox.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ pref("network.http.max-persistent-connections-per-proxy", 256);
pref("network.manage-offline-status", false);
pref("network.trr.confirmation_telemetry_enabled", false, locked);
pref("network.trr.exclude-etc-hosts", false, locked);
pref("network.trr.mode", 2);
pref("network.trr.odoh.configs_uri", "https://odoh.cloudflare-dns.com/.well-known/odohconfigs");
pref("network.trr.odoh.enabled", true);
pref("network.trr.odoh.proxy_uri", "https://odoh.waterfox.net/proxy");
pref("network.trr.odoh.target_host", "https://odoh.cloudflare-dns.com/");
pref("network.trr.odoh.target_path", "dns-query");
pref("network.trr.resolvers", "", locked);
pref("plugin.state.flash", 0, locked); // Disable for defense-in-depth
pref("privacy.resistFingerprinting.block_mozAddonManager", true); // This is set so that UA overrides work on AMO.
Expand Down

0 comments on commit d037954

Please sign in to comment.