Bug #237029 --> make sure plugins are disabled by default

This commit is contained in:
scott%scott-macgregor.org 2004-03-10 19:06:44 +00:00
Родитель 1de2188bbf
Коммит 5626e538ed
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -44,6 +44,7 @@ pref("general.useragent.vendorSub",
// Overrides of the seamonkey suite mailnews.js prefs
/////////////////////////////////////////////////////////////////
pref("mail.showFolderPaneColumns", false); // setting to true will allow total/unread/size columns
pref("mailnews.message_display.allow.plugins", false); // disable plugins by default
// hidden pref for changing how we present attachments in the message pane
pref("mailnews.attachments.display.largeView", false);