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
This commit is contained in:
Roman-Nopantski 2017-03-06 16:03:46 +13:00 committed by GitHub
parent 022610258d
commit 9767982e8c

View File

@ -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