Bug 654579 - Set the network.manage-offline-status to true by default. r=bagder

This commit is contained in:
Valentin Gosu 2015-06-11 01:03:23 +03:00
parent f51c235239
commit 2b59028e9c

View File

@ -1196,7 +1196,7 @@ pref("network.warnOnAboutNetworking", true);
// pref("network.protocol-handler.expose.imap", true);
// Whether IOService.connectivity and NS_IsOffline depends on connectivity status
pref("network.manage-offline-status", false);
pref("network.manage-offline-status", true);
// If set to true, IOService.offline depends on IOService.connectivity
pref("network.offline-mirrors-connectivity", true);