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