home *** CD-ROM | disk | FTP | other *** search
Mozilla (Netscape) settings | 2008-02-11 | 759 b | 20 lines |
- # Mozilla User Preferences
-
- /* Do not edit this file.
- * XEROBANK VPN CONFIGURATION HARDCODE SETTINGS
- *
- * If you make changes to this file while the application is running,
- * the changes will be overwritten when the application exits.
- *
- * To make a manual change to preferences, you can visit the URL about:config
- * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
- */
-
- user_pref("browser.sessionstore.enabled", false);
- user_pref("dom.storage.enabled", false);
- user_pref("layout.css.report_errors", false);
- user_pref("network.dns.disableIPv6", true);
- user_pref("network.proxy.type", 0);
- user_pref("security.xpconnect.plugin.unrestricted", false);
- user_pref("general.skins.selectedSkin", "xerobank_modern");
-