firefox: remove disabling of DNS-over-HTTPS
This is disabled automatically anyway when using a VPN.
This commit is contained in:
parent
34fac12e34
commit
51884263d2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue