зеркало из https://github.com/mozilla/pjs.git
Bug #302095 --> turn off some unnecessary security warnings for thunderbird only.
sr=bienvenu
This commit is contained in:
Родитель
ca883c49cb
Коммит
5ee559949f
|
@ -280,6 +280,11 @@ pref("network.protocol-handler.warn-external.ftp", false);
|
|||
pref("network.hosts.smtp_server", "mail");
|
||||
pref("network.hosts.pop_server", "mail");
|
||||
|
||||
pref("security.warn_entering_secure.show_once", false);
|
||||
pref("security.warn_entering_weak.show_once", false);
|
||||
pref("security.warn_leaving_secure.show_once", false);
|
||||
pref("security.warn_viewing_mixed.show_once", false);
|
||||
|
||||
pref("general.config.obscure_value", 0); // for MCD .cfg files
|
||||
|
||||
pref("xpinstall.dialog.confirm", "chrome://mozapps/content/xpinstall/xpinstallConfirm.xul");
|
||||
|
|
Загрузка…
Ссылка в новой задаче