Editing configuration: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
(revert - Unarmed, the Internet has written back)
Line 7: Line 7:
#* See also the [[user.js file]] article.
#* See also the [[user.js file]] article.
# Do (much of) it through [[about:config]]
# Do (much of) it through [[about:config]]
// Enable pipelining:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 30);

Revision as of 06:40, 5 June 2005

There are three ways to easily edit your Mozilla Suite, Firefox or Thunderbird configuration:

  1. Use the ChromEdit extension (version 0.1.1.1 is not compatible with Thunderbird 1.0.2).
  2. Learn how to do it manually:
  3. Do (much of) it through about:config