Changes

Firefox

17 bytes removed, 20:30, 24 July 2007
m
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:
 
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");
== Firefox Client Customization Kit ==