From ef04b0bd37917f24db6a3fc981c3277ff9b1b74f Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:00:10 -0500 Subject: [PATCH] enforce network.dns.disablePrefetchFromHTTPS --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index 3317934..ba3bc20 100644 --- a/Securefox.js +++ b/Securefox.js @@ -488,7 +488,7 @@ user_pref("browser.places.speculativeConnect.enabled", false); // [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 user_pref("network.dns.disablePrefetch", true); -//user_pref("network.dns.disablePrefetchFromHTTPS", true); // DEFAULT +user_pref("network.dns.disablePrefetchFromHTTPS", true); // enforce DEFAULT // PREF: Preload // This tells the browser that the resource should be loaded as part of the current navigation