Editing configuration

From MozillaZine Knowledge Base
Revision as of 06:09, 5 June 2005 by Afgsandiego (talk | contribs)
Jump to navigationJump to search

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

// Enable pipelining: user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 30);