mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 869394 - default turn on captive portal detection. r=fabrice.
--HG-- extra : rebase_source : 3b800757a6a138e53cdcc4735e1c048d9412448a
This commit is contained in:
parent
956964d61f
commit
5f6dcb7faa
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user