73
edits
Changes
m
You can find more details on locking preferences here: http://kb.mozillazine.org/Locking_preferences
You can find a complete autoconfiguration with bookmarks and permission of popup, cookies and images here: http://www.baby-gnu.org/~nebu/firefox-autoconfiguration.cfg
→Setting and Locking Preferences: reorganised so we can link to the additions to the package xml
lockPref("network.proxy.type", 1);
</source>
You can find more details on locking preferences here: http://kb.mozillazine.org/Locking_preferences
You can find a complete autoconfiguration with bookmarks and permission of popup, cookies and images here: http://www.baby-gnu.org/~nebu/firefox-autoconfiguration.cfg
Note that you can use pref() instead of lockPref() if you only want to set the default and allow users to change the setting later.
policies.js should be located in %PROGRAMFILES%\Mozilla Firefox\defaults\pref\ and mozilla.cfg should be located in %PROGRAMFILES%\Mozilla Firefox\.
==== Adding the settings to your package definition ====
Add the following to your package definition in the appropriate places:
<upgrade cmd='%COMSPEC% /c copy /y "%SOFTWARE%\apps\firefox\mozilla.cfg" "%PROGRAMFILES%\Mozilla Firefox\"' />
</source>
=== Disable Automatic Updates ===