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. |