commit 9767982e8cae88a61fb311ec43839384a4e7b4b5
parent 022610258d937e0e329ca39780d90e8f9a5ed579
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date: Mon, 6 Mar 2017 16:03:46 +1300
tiny edit.. nothing to see.. move along
I know it was there before 52, but it was flipped to true in 52 - unless someone wants to find when it was actually introduced, this is sufficient for people to use to be effective for versioning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -324,7 +324,7 @@ user_pref("network.predictor.enabled", false);
* https://en.wikipedia.org/wiki/Captive_portal
* https://wiki.mozilla.org/Necko/CaptivePortal ***/
user_pref("captivedetect.canonicalURL", "");
-user_pref("network.captive-portal-service.enabled", false); // (FF52+?)
+user_pref("network.captive-portal-service.enabled", false); // (FF52+)
/* 0604: disable search suggestions ***/
user_pref("browser.search.suggest.enabled", false);
/* 0605: disable link-mouseover opening connection to linked server