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 / VPN_default.js < prev   
Encoding:
Mozilla (Netscape) settings  |  2008-02-11  |  759 b   |  20 lines

  1. # Mozilla User Preferences
  2.  
  3. /* Do not edit this file.
  4. * XEROBANK VPN 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.type", 0);
  18. user_pref("security.xpconnect.plugin.unrestricted", false);
  19. user_pref("general.skins.selectedSkin", "xerobank_modern");
  20.