Author: nextgens
Date: 2008-04-21 14:19:39 +0000 (Mon, 21 Apr 2008)
New Revision: 19479

Modified:
   trunk/apps/new_installer/res/firefox_profile/user.js
Log:
new_installer: disable global-plugin loading in the custom ff profile

Modified: trunk/apps/new_installer/res/firefox_profile/user.js
===================================================================
--- trunk/apps/new_installer/res/firefox_profile/user.js        2008-04-21 
14:12:47 UTC (rev 19478)
+++ trunk/apps/new_installer/res/firefox_profile/user.js        2008-04-21 
14:19:39 UTC (rev 19479)
@@ -37,3 +37,5 @@
 // Prevent plugin installation from that profile
 user_pref("xpinstall.enabled", false);
 user_pref("xpinstall.whitelist.add", "");
+user_pref("plugin.scan.4xPluginFolder", false);
+user_pref("plugin.scan.SunJRE", false);


Reply via email to