Author: nextgens
Date: 2008-03-16 12:14:27 +0000 (Sun, 16 Mar 2008)
New Revision: 18551
Modified:
trunk/apps/new_installer/res/firefox_profile/user.js
Log:
new_installer: really prevent installation of new extensions on that profile
Modified: trunk/apps/new_installer/res/firefox_profile/user.js
===================================================================
--- trunk/apps/new_installer/res/firefox_profile/user.js 2008-03-16
10:29:28 UTC (rev 18550)
+++ trunk/apps/new_installer/res/firefox_profile/user.js 2008-03-16
12:14:27 UTC (rev 18551)
@@ -34,4 +34,5 @@
// Chose the default charset
user_pref("intl.charsetmenu.browser.cache", "UTF-8");
// Prevent plugin installation from that profile
+user_pref("xpinstall.enabled", false);
user_pref("xpinstall.whitelist.add", "");