Navigation Menu

Skip to content

Commit

Permalink
[firefox] these tweaks are not needed anymore I suppose
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jan 6, 2013
1 parent 0bdbe24 commit e2b14cc
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions firefox/user.js
@@ -1,19 +1,2 @@
// user_pref("network.http.pipelining", true);
// user_pref("network.http.proxy.pipelining", true);
// user_pref("network.http.pipelining.maxrequests", 8);
// user_pref("network.http.pipelining.ssl", true);
user_pref("network.dns.disableIPv6", true);
user_pref("network.dnsCacheEntries", 100);
user_pref("network.dnsCacheExpiration", 600); // keep cached DNS entries for 10 mins

user_pref("content.notify.backoffcount", 5);
user_pref("content.interrupt.parsing", false);

user_pref("nglayout.initialpaint.delay", 0);

user_pref("browser.history_expire_days", 14);
user_pref("browser.history_expire_days_min", 7);
user_pref("browser.display.show_image_placeholders", false);
user_pref("browser.urlbar.autoFill", true);

user_pref("plugin.expose_full_path", true);
user_pref("plugins.click_to_play", true);

0 comments on commit e2b14cc

Please sign in to comment.