зеркало из https://github.com/mozilla/gecko-dev.git
Bug 903396 - Move about:networking warning pref to modules/libpref/src/init/all.js. r=gavin
This commit is contained in:
Родитель
4bbd0c2baa
Коммит
f2829da797
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче