Bug 1560554 - Disable warning prompt from about:networking r=JuniorHsu

Differential Revision: https://phabricator.services.mozilla.com/D35535

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Valentin Gosu 2019-06-22 01:24:48 +00:00
Родитель 9dc70ca9a6
Коммит c68f4266b3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1510,7 +1510,7 @@ pref("network.protocol-handler.external.le", false); // file
pref("network.protocol-handler.expose-all", true);
// Warning for about:networking page
pref("network.warnOnAboutNetworking", true);
pref("network.warnOnAboutNetworking", false);
// Example: make IMAP an exposed protocol
// pref("network.protocol-handler.expose.imap", true);