Bug 1024965 - Whitelist plugin: Nexus Personal. r=gfritzsche
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -827,16 +827,27 @@ pref("plugin.state.nproblox", 2);
// Box Edit, bug 1029654
#ifdef XP_WIN
pref("plugin.state.npboxedit", 2);
#endif
#ifdef XP_MACOSX
pref("plugin.state.box edit", 2);
#endif
+// Nexus Personal, bug 1024965
+#ifdef XP_WIN
+pref("plugin.state.np_prsnl", 2);
+#endif
+#ifdef XP_MACOSX
+pref("plugin.state.personalplugin", 2);
+#endif
+#ifdef UNIX_BUT_NOT_MAC
+pref("plugin.state.libplugins", 2);
+#endif
+
// display door hanger if flash not installed
pref("plugins.notifyMissingFlash", true);
#ifdef XP_MACOSX
pref("browser.preferences.animateFadeIn", true);
#else
pref("browser.preferences.animateFadeIn", false);
#endif