Bug 899080 - Let all plugins except Flash default to click-to-play. r=bsmedberg

This commit is contained in:
Georg Fritzsche 2013-09-04 16:05:21 +02:00
Родитель 83c76ab760
Коммит 63d2cabdae
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -641,6 +641,10 @@ pref("plugins.update.notifyUser", false);
pref("plugins.click_to_play", true);
// let all plugins except Flash default to click-to-play
pref("plugin.default.state", 1);
pref("plugin.state.flash", 2);
// display door hanger if flash not installed
pref("plugins.notifyMissingFlash", true);