Author: nextgens
Date: 2008-03-17 03:09:22 +0000 (Mon, 17 Mar 2008)
New Revision: 18557

Modified:
   trunk/apps/new_installer/res/firefox_profile/user.js
Log:
new_installer: disable the security confirmation when submitting a form

Modified: trunk/apps/new_installer/res/firefox_profile/user.js
===================================================================
--- trunk/apps/new_installer/res/firefox_profile/user.js        2008-03-17 
03:08:37 UTC (rev 18556)
+++ trunk/apps/new_installer/res/firefox_profile/user.js        2008-03-17 
03:09:22 UTC (rev 18557)
@@ -29,6 +29,7 @@
 user_pref("network.cookie.prefsMigrated", true);
 // We don't want the popup when we click submit
 user_pref("security.warn_entering_secure", false);
+user_pref("security.warn_submit_insecure", false);
 // Select the skin
 user_pref("general.skins.selectedSkin", "BlackJapanMAX");
 // Chose the default charset


Reply via email to