From d037954e094ca049fbf51b735eccfdba44cb56b1 Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Wed, 26 Jul 2023 14:11:52 +0100 Subject: [PATCH] Enable Oblivious DNS by default, using Waterfox's private relay. --- waterfox/browser/app/profile/000-waterfox.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/waterfox/browser/app/profile/000-waterfox.js b/waterfox/browser/app/profile/000-waterfox.js index 34092e8d3d031..5cdd94c8dad1b 100644 --- a/waterfox/browser/app/profile/000-waterfox.js +++ b/waterfox/browser/app/profile/000-waterfox.js @@ -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.