mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
prefetchfromhttps now false (FF127+)
https://bugzilla.mozilla.org/show_bug.cgi?id=1596935
This commit is contained in:
+2
-1
@@ -418,8 +418,9 @@ user_pref("network.ssl_tokens_cache_capacity", 10240); // default=2048; more TLS
|
||||
// [2] https://css-tricks.com/prefetching-preloading-prebrowsing/#dns-prefetching
|
||||
// [3] https://www.keycdn.com/blog/resource-hints#2-dns-prefetching
|
||||
// [4] http://www.mecs-press.org/ijieeb/ijieeb-v7-n5/IJIEEB-V7-N5-2.pdf
|
||||
// [5] https://bugzilla.mozilla.org/show_bug.cgi?id=1596935
|
||||
user_pref("network.dns.disablePrefetch", true);
|
||||
//user_pref("network.dns.disablePrefetchFromHTTPS", true); // DEFAULT
|
||||
user_pref("network.dns.disablePrefetchFromHTTPS", true); // (FF127+ false)
|
||||
|
||||
// PREF: enable <link rel="preconnect"> tag and Link: rel=preconnect response header handling
|
||||
//user_pref("network.preconnect", true); // DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user