Bug 869394 - default turn on captive portal detection. r=fabrice.

--HG--
extra : rebase_source : 3b800757a6a138e53cdcc4735e1c048d9412448a
This commit is contained in:
Shih-Chiang Chien 2013-05-08 13:50:13 +02:00
parent d240224348
commit c97318e5a1

View File

@ -691,5 +691,9 @@ pref("consoleservice.buffered", false);
pref("toolkit.storage.pageSize", 2048);
#endif
// Enable captive portal detection.
pref("captivedetect.canonicalURL", "http://detectportal.firefox.com/success.txt");
pref("captivedetect.canonicalContent", "success\n");
// The url of the manifest we use for ADU pings.
pref("ping.manifestURL", "https://marketplace.firefox.com/packaged.webapp");