From 96bd585870091b8f0ee3db2d56a1e33490c8310b Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:28:43 -0500 Subject: [PATCH] Update Securefox.js --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index ec9c733..78ae6c6 100644 --- a/Securefox.js +++ b/Securefox.js @@ -542,7 +542,7 @@ user_pref("network.predictor.enable-prefetch", false); // mouse over. In case the user follows through with the action, the page can begin loading // faster since some of the work was already started in advance. Focuses on fetching a resource // for the NEXT navigation. -//user_pref("network.predictor.enable-hover-on-ssl", false); // DEFAULT +user_pref("network.predictor.enable-hover-on-ssl", false); // enforce DEFAULT /****************************************************************************** * SECTION: SEARCH / URL BAR *