From 51884263d29cb23073cc43ad0d1f35507f149e13 Mon Sep 17 00:00:00 2001 From: Alan Faubert Date: Thu, 23 Nov 2023 19:56:21 -0500 Subject: [PATCH] firefox: remove disabling of DNS-over-HTTPS This is disabled automatically anyway when using a VPN. --- firefox/base_configuration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/firefox/base_configuration.js b/firefox/base_configuration.js index 042e65f..e00792d 100644 --- a/firefox/base_configuration.js +++ b/firefox/base_configuration.js @@ -35,7 +35,6 @@ user_pref("media.autoplay.default", 5); // Disable autoplay of all media user_pref("network.dns.disablePrefetch", true); // Disable DNS prefetching user_pref("network.predictor.enabled", false); // Disable network predictor user_pref("network.prefetch-next", false); // Disable link prefetching -user_pref("network.trr.mode", 5); // Disable DNS-over-HTTPS user_pref("privacy.globalprivacycontrol.enabled", true); // Enable GPC signal user_pref("privacy.globalprivacycontrol.functionality.enabled", true); // Enable GPC signal user_pref("privacy.history.custom", true); // Enable custom history settings