Bug 942587 - Do not cloak "Nexus Personal" BankID plugin name. r=bsmedberg

--HG--
extra : rebase_source : 1aae87bfdf3e94f6b0decbde260f927a97eec86a
This commit is contained in:
Chris Peterson 2013-11-24 22:14:41 -08:00
parent fd0ddbb873
commit ffaaf9d760

View File

@ -2039,7 +2039,7 @@ pref("plugins.click_to_play", false);
// Player ("Shockwave for Director"). To hide all plugins from enumeration, use
// the empty string "" to match no plugin names. To allow all plugins to be
// enumerated, use the string "*" to match all plugin names.
pref("plugins.enumerable_names", "Java,QuickTime,Shockwave");
pref("plugins.enumerable_names", "Java,Nexus Personal,QuickTime,Shockwave");
// The default value for nsIPluginTag.enabledState (STATE_ENABLED = 2)
pref("plugin.default.state", 2);