зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1007389 - Implement plugin whitelist round 2, r=gfritzsche
--HG-- extra : rebase_source : 0ade8e9c73cd90f87409d01987ddcea0f406006c
This commit is contained in:
Родитель
7741751893
Коммит
7f0c454754
|
@ -784,6 +784,30 @@ pref("plugin.state.npvidyoweb", 2);
|
|||
pref("plugin.state.vidyoweb", 2);
|
||||
#endif
|
||||
|
||||
// McAfee Virtual Technician, bug 981503
|
||||
#ifdef XP_WIN
|
||||
pref("plugin.state.npmvtplugin", 2);
|
||||
#endif
|
||||
|
||||
// Verimatrix ViewRightWeb, bug 989872
|
||||
#ifdef XP_WIN
|
||||
pref("plugin.state.npviewright", 2);
|
||||
#endif
|
||||
#ifdef XP_MACOSX
|
||||
pref("plugin.state.viewrightwebplayer", 2);
|
||||
#endif
|
||||
|
||||
// McAfee SiteAdvisor Enterprise, bug 987057
|
||||
#ifdef XP_WIN
|
||||
pref("plugin.state.npmcffplg", 2);
|
||||
#endif
|
||||
|
||||
// F5 Networks SSLVPN plugin, bug 985640
|
||||
#ifdef XP_MACOSX
|
||||
pref("plugin.state.f5 ssl vpn plugin", 2);
|
||||
pref("plugin.state.f5 sam inspection host plugin", 2);
|
||||
#endif
|
||||
|
||||
// display door hanger if flash not installed
|
||||
pref("plugins.notifyMissingFlash", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче