Changes
→Locking user preferences / Firefox settings for all users (like proxy etc.)
http://developer.mozilla.org/en/docs/Automatic_Mozilla_Configurator:Locked_config_settings:
== Disabling auto update ==
If Firefox is started by a user without administrative powers, automatic Firefox update will fail - which is harmless, but can confuse some users.
To disable Firefox auto updates, read [[Firefox#|locking user preferences]] first - add this line to your mozilla.cfg file:
lockPref("app.update.enabled", false);
== Firefox Client Customization Kit ==