1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

add network.dns.disablePrefetchFromHTTPS

enforce default
This commit is contained in:
yokoffing
2022-11-30 20:59:19 -05:00
committed by GitHub
parent 2003c8d989
commit b2cc5f3ca8
+1
View File
@@ -58,6 +58,7 @@ user_pref("privacy.history.custom", true);
/** SPECULATIVE CONNECTIONS ***/
user_pref("network.http.speculative-parallel-limit", 0);
user_pref("network.dns.disablePrefetch", true);
user_pref("network.dns.disablePrefetchFromHTTPS", true);
user_pref("browser.urlbar.speculativeConnect.enabled", false);
user_pref("browser.places.speculativeConnect.enabled", false);
user_pref("network.prefetch-next", false);