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

Re: Configure browsers for local default settings



Am Dienstag 25 August 2009 schrieben Sie:
> Rather than spreading user settings from skel directories (or
> afterwards), it might be wise to have local defaults for any user for
> workstations (and LTSP). In most cases those settings are located in
> /etc:

For firefox/iceweasel, this should be a starting point:

/usr/share/iceweasel/defaults/preferences


These settings can be locked:

Modify the file /usr/lib/firefox/firefox.cfg (?)

by adding the following:

lockPref("network.proxy.http", "webcache");
lockPref("network.proxy.http_port", 3128);
lockPref("network.proxy.type", 1);
lockPref("network.proxy.no_proxies_on", "localhost, 127.0.0.1, intern");

Does this work?
Cheers
Ralf


Reply to: