Bug 1313706 - Enable captive portal detection on all channels. r=valentin draft
authorNihanth Subramanya <nhnt11@gmail.com>
Thu, 01 Dec 2016 16:56:13 -0800
changeset 446865 0d10b5f42d66954d79d91be7c9f1b6687d8fd69b
parent 446842 b49684127ce464141b0a989cd621cb4794b6a85f
child 538893 42d5bf0cb4742d36dc40cd85052ccfb25aa4598d
push id37909
push usernhnt11@gmail.com
push dateFri, 02 Dec 2016 01:15:34 +0000
reviewersvalentin
bugs1313706
milestone53.0a1
Bug 1313706 - Enable captive portal detection on all channels. r=valentin MozReview-Commit-ID: Gkg2AXl9RaD
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -579,19 +579,17 @@ pref("mousewheel.with_meta.action", 1); 
 #endif
 pref("mousewheel.with_control.action",3);
 pref("mousewheel.with_win.action", 1);
 
 pref("browser.xul.error_pages.enabled", true);
 pref("browser.xul.error_pages.expert_bad_cert", false);
 
 // Enable captive portal detection.
-#ifdef NIGHTLY_BUILD
 pref("network.captive-portal-service.enabled", true);
-#endif
 
 // If true, network link events will change the value of navigator.onLine
 pref("network.manage-offline-status", true);
 
 // We want to make sure mail URLs are handled externally...
 pref("network.protocol-handler.external.mailto", true); // for mail
 pref("network.protocol-handler.external.news", true);   // for news
 pref("network.protocol-handler.external.snews", true);  // for secure news