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
Родитель 4bbd0c2baa
Коммит f2829da797
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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);

Просмотреть файл

@ -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);