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

add network.dns.disablePrefetchFromHTTPS

This commit is contained in:
Hal
2024-05-05 15:56:47 -04:00
committed by GitHub
parent fed34f834b
commit 7762e11597
+1
View File
@@ -46,6 +46,7 @@ user_pref("network.ssl_tokens_cache_capacity", 10240);
/** SPECULATIVE LOADING ***/
user_pref("network.dns.disablePrefetch", true);
user_pref("network.dns.disablePrefetchFromHTTPS", true);
user_pref("network.prefetch-next", false);
user_pref("network.predictor.enabled", false);