Bug #302095 --> turn off some unnecessary security warnings for thunderbird only.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2005-09-26 22:36:14 +00:00
Родитель ca883c49cb
Коммит 5ee559949f
1 изменённых файлов: 5 добавлений и 0 удалений

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

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