home *** CD-ROM | disk | FTP | other *** search
Mozilla (Netscape) settings | 2008-02-11 | 1.8 KB | 42 lines |
- # Mozilla User Preferences
-
- /* Do not edit this file.
- * XEROBANK SSH 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.backup.ftp", "localhost");
- user_pref("network.proxy.backup.ftp_port", 8080);
- user_pref("network.proxy.backup.gopher", "localhost");
- user_pref("network.proxy.backup.gopher_port", 8080);
- user_pref("network.proxy.backup.socks", "localhost");
- user_pref("network.proxy.backup.socks_port", 8080);
- user_pref("network.proxy.backup.ssl", "localhost");
- user_pref("network.proxy.backup.ssl_port", 8080);
- user_pref("network.proxy.failover_timeout", 0);
- user_pref("network.proxy.ftp", "localhost");
- user_pref("network.proxy.ftp_port", 8080);
- user_pref("network.proxy.gopher", "localhost");
- user_pref("network.proxy.gopher_port", 8080);
- user_pref("network.proxy.http", "localhost");
- user_pref("network.proxy.http_port", 8080);
- user_pref("network.proxy.no_proxies_on", "");
- user_pref("network.proxy.share_proxy_settings", true);
- user_pref("network.proxy.socks", "localhost");
- user_pref("network.proxy.socks_port", 8080);
- user_pref("network.proxy.socks_remote_dns", true);
- user_pref("network.proxy.ssl", "localhost");
- user_pref("network.proxy.ssl_port", 8080);
- user_pref("network.proxy.type", 1);
- user_pref("security.xpconnect.plugin.unrestricted", false);
- user_pref("general.skins.selectedSkin", "xerobank_modern");
-