Bug 1908496 - adjust defaults for news/snews/nntp protocols, a=RyanVM

Original Revision: https://phabricator.services.mozilla.com/D216938

Differential Revision: https://phabricator.services.mozilla.com/D219571
This commit is contained in:
Gijs Kruitbosch 2024-08-19 22:11:43 +00:00
parent dab1b5bcb2
commit 753fe2a07d

View File

@ -1044,18 +1044,12 @@ pref("network.manage-offline-status", true);
// We want to make sure mail URLs are handled externally...
pref("network.protocol-handler.external.mailto", true); // for mail
pref("network.protocol-handler.external.news", true); // for news
pref("network.protocol-handler.external.snews", true); // for secure news
pref("network.protocol-handler.external.nntp", true); // also news
#ifdef XP_WIN
pref("network.protocol-handler.external.ms-windows-store", true);
#endif
// ...without warning dialogs
pref("network.protocol-handler.warn-external.mailto", false);
pref("network.protocol-handler.warn-external.news", false);
pref("network.protocol-handler.warn-external.snews", false);
pref("network.protocol-handler.warn-external.nntp", false);
#ifdef XP_WIN
pref("network.protocol-handler.warn-external.ms-windows-store", false);
#endif