View Single Post
Old 01-02-2005, 01:31 PM  
BackToMine
Confirmed User
 
Join Date: Nov 2004
Posts: 541
This is my user.js:

Code:
user_pref("advanced.system.supportDDEExec", false);
user_pref("browser.chrome.favicons", false);
user_pref("browser.chrome.site_icons", false);
user_pref("browser.turbo.enabled", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("network.http.max-connections", 36);
user_pref("network.http.max-connections-per-server", 12);
user_pref("network.http.max-persistent-connections-per-server", 2);
user_pref("network.prefetch-next", false);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("security.warn_entering_secure", false);
user_pref("security.warn_entering_weak", false);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_submit_insecure", false);
user_pref("security.warn_viewing_mixed", false);
BackToMine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote