3,217
edits
Changes
m
Clear text configuration
If you don't care about encoding the mozilla.cfg file, append this config to all.js instead:
pref("general.config.obscure_value", 0);
pref("general.config.filename", "mozilla.cfg");
→Locking user preferences / Firefox settings for all users (like proxy etc.)
http://www.alain.knaff.lu/%7Eaknaff/howto/MozillaCustomization/cgi/byteshf.cgi
If you don't care about encoding the mozilla.cfg file, append this config to all.js instead:
<pre>
pref("general.config.obscure_value", 0);
pref("general.config.filename", "mozilla.cfg");
</pre>
You can find more details on locking preferences here:
http://kb.mozillazine.org/Locking_preferences
and here:
http://developer.mozilla.org/en/docs/Automatic_Mozilla_Configurator:Locked_config_settings:
== Firefox Client Customization Kit ==