Bug 903396 - Move about:networking warning pref to modules/libpref/src/init/all.js. r=gavin

This commit is contained in:
Robert Bindar 2013-08-12 08:40:02 -04:00
parent 747402c095
commit 9c815e4c05
2 changed files with 3 additions and 3 deletions

View File

@ -624,9 +624,6 @@ pref("network.protocol-handler.expose.news", false);
pref("network.protocol-handler.expose.snews", false);
pref("network.protocol-handler.expose.nntp", false);
// Warning for about:networking page
pref("network.warnOnAboutNetworking", true);
pref("accessibility.typeaheadfind", false);
pref("accessibility.typeaheadfind.timeout", 5000);
pref("accessibility.typeaheadfind.linksonly", false);

View File

@ -913,6 +913,9 @@ pref("network.protocol-handler.external.moz-icon", false);
// to override this value.
pref("network.protocol-handler.expose-all", true);
// Warning for about:networking page
pref("network.warnOnAboutNetworking", true);
// Example: make IMAP an exposed protocol
// pref("network.protocol-handler.expose.imap", true);