Просмотр исходного кода

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
Roman-Nopantski 8 лет назад
Родитель
Сommit
9767982e8c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      user.js

+ 1 - 1
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