[wpkg-users] pref("network.proxy.type", "4");
Maurizio Marini
maumar at datalogica.com
Sat Jul 23 18:16:24 CEST 2011
On Sat, 23 Jul 2011 16:31:18 +0200
Rainer Meier <r.meier at wpkg.org> wrote:
> 1.
> Write the following to "%ProgramFiles%\Mozilla
> Firefox\defaults\pref\policies.js":
>
> pref("general.config.obscure_value", 0);
> pref("general.config.filename", "mozilla.cfg");
>
>
> 2.
> Write the following to "%ProgramFiles%\Mozilla Firefox\mozilla.cfg":
>
> lockPref("network.proxy.type", 4);
Hello Rainer
many thnx, it just works :)
as i discovered documenting myself on your suggestion,
http://kb.mozillazine.org/Lock_Prefs
regarding to mozilla.cfg,
"make the first line start with double forward slashes."
//
lockPref("network.proxy.type", 4);
without it, it doesn't work ..
m.
More information about the wpkg-users
mailing list