[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configure browsers for local default settings



 Søndag 4. oktober 2009 09.15.04 skrev Holger Levsen :
> Hi,
> 
> On Dienstag, 25. August 2009, Philipp Huebner wrote:
> > > For firefox/iceweasel, this should be a starting point:
> >
> > [...]
> > The right place is
> > /etc/iceweasel/pref/iceweasel.js
> >
> > > by adding the following:
> >
> > [...]
> > // Force proxy usage
> > lockPref("network.proxy.backup.ftp", "10.0.2.2");
> > lockPref("network.proxy.backup.ftp_port", 3128);
> > lockPref("network.proxy.backup.gopher", "10.0.2.2");
> > lockPref("network.proxy.backup.gopher_port", 3128);
> > lockPref("network.proxy.backup.socks", "10.0.2.2");
> > lockPref("network.proxy.backup.socks_port", 3128);
> > lockPref("network.proxy.backup.ssl", "10.0.2.2");
> > lockPref("network.proxy.backup.ssl_port", 3128);
> > lockPref("network.proxy.ftp", "10.0.2.2");
> > lockPref("network.proxy.ftp_port", 3128);
> > lockPref("network.proxy.gopher", "10.0.2.2");
> > lockPref("network.proxy.gopher_port", 3128);
> > lockPref("network.proxy.http", "10.0.2.2");
> > lockPref("network.proxy.http_port", 3128);
> > lockPref("network.proxy.share_proxy_settings", true);
> > lockPref("network.proxy.socks", "10.0.2.2");
> > lockPref("network.proxy.socks_port", 3128);
> > lockPref("network.proxy.ssl", "10.0.2.2");
> > lockPref("network.proxy.ssl_port", 3128);
> > lockPref("network.proxy.type", 1);
> > lockPref("network.proxy.no_proxies_on", "localhost, 127.0.0.1,
> > intern");
> >
> > > Does this work?
> >
> > Yes it does.
> 
> Shall we deploy this change? As far as I can see it looks useful to
>  have, the only concern I have this is further hardcodes IP
>  addresses...
> 
> 
> regards,
> 	Holger
> 

Please no hardcoded ip, why not use webcache?
-- 
Klaus Ade
67E61D18B2C44F8A3DA35C6D849F9F5F 26FA477D

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: