home *** CD-ROM | disk | FTP | other *** search
/ Chip 2008 June / CHIP-2008-06.iso / bonus / +10SecurityTips / files / xB-Browser_2.0.0.12b.exe / Data / Browser / backups / TOR_default.js < prev    next >
Encoding:
Mozilla (Netscape) settings  |  2008-02-11  |  1.8 KB  |  43 lines

  1. # Mozilla User Preferences
  2.  
  3. /* Do not edit this file.
  4.  * XEROBANK TOR CONFIGURATION HARDCODE SETTINGS
  5.  *
  6.  * If you make changes to this file while the application is running,
  7.  * the changes will be overwritten when the application exits.
  8.  *
  9.  * To make a manual change to preferences, you can visit the URL about:config
  10.  * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
  11.  */
  12.  
  13. user_pref("browser.sessionstore.enabled", false);
  14. user_pref("dom.storage.enabled", false);
  15. user_pref("layout.css.report_errors", false);
  16. user_pref("network.dns.disableIPv6", true);
  17. user_pref("network.proxy.backup.ftp", "");
  18. user_pref("network.proxy.backup.ftp_port", 0);
  19. user_pref("network.proxy.backup.gopher", "");
  20. user_pref("network.proxy.backup.gopher_port", 0);
  21. user_pref("network.proxy.backup.socks", "localhost");
  22. user_pref("network.proxy.backup.socks_port", 9050);
  23. user_pref("network.proxy.backup.ssl", "");
  24. user_pref("network.proxy.backup.ssl_port", 0);
  25. user_pref("network.proxy.failover_timeout", 0);
  26. user_pref("network.proxy.ftp", "");
  27. user_pref("network.proxy.ftp_port", 0);
  28. user_pref("network.proxy.gopher", "");
  29. user_pref("network.proxy.gopher_port", 0);
  30. user_pref("network.proxy.http", "");
  31. user_pref("network.proxy.http_port", 0);
  32. user_pref("network.proxy.no_proxies_on", "");
  33. user_pref("network.proxy.share_proxy_settings", true);
  34. user_pref("network.proxy.socks", "localhost");
  35. user_pref("network.proxy.socks_port", 9050);
  36. user_pref("network.proxy.socks_remote_dns", true);
  37. user_pref("network.proxy.ssl", "");
  38. user_pref("network.proxy.ssl_port", 0);
  39. user_pref("network.proxy.type", 1);
  40. user_pref("plugin.scan.plid.all", false);
  41. user_pref("security.xpconnect.plugin.unrestricted", false);
  42. user_pref("general.skins.selectedSkin", "xerobank_modern");
  43.