You probably want to go through the pref service (nsIPrefService) and
get the pref branch for proxies ("network.proxy.")see http://lxr.mozilla.org/seamonkey/source/modules/libpref/src/init/all.js#422 When you change the pref with the pref service, the network layer will update itself to start using the new proxy. Alec Jean Schurger wrote: > Hi, > > How can i set/change the proxy for an already runnning Mozilla ? is > there a command to so that ? > > Thanks. > >
