1
Fork 0

firefox: remove disabling of DNS-over-HTTPS

This is disabled automatically anyway when using a VPN.
This commit is contained in:
Alan Faubert 2023-11-23 19:56:21 -05:00
parent 34fac12e34
commit 51884263d2

View file

@ -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