mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Bug 942587 - Do not cloak "Nexus Personal" BankID plugin name. r=bsmedberg
--HG-- extra : rebase_source : 1aae87bfdf3e94f6b0decbde260f927a97eec86a
This commit is contained in:
parent
46699eb451
commit
964bd2f984
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user