The following configuration/customisation is intended to be used with an install deployment of Firefox.
For details of how to prepare a Firefox installation for deployment see Install and Configure Firefox silently using SCCM.
This configuration does the following:
[XRE] EnableProfileMigrator=false
pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg");
//Firefox Default Settings //set proxy server settings pref("network.proxy.ftp", "proxy.server.local"); pref("network.proxy.ftp_port", 8080); pref("network.proxy.gopher", "proxy.server.local"); pref("network.proxy.gopher_port", 8080); pref("network.proxy.http", "proxy.server.local"); pref("network.proxy.http_port", 8080); pref("network.proxy.no_proxies_on", "localhost, 127.0.0.1, *.server.local"); pref("network.proxy.type", 1); pref("network.proxy.share_proxy_settings", true); // use the same proxy settings for all protocols
//Firefox Default Settings // set proxy settings to 'Auto-detect proxy settings for this network' pref("network.proxy.type", 4);
These configuration files need to be copied to the following folders
For more information on what else can be configured in the mozilla.cfg enter “about:config” into your Firefox address bar. It will list many of the accepted configuration options which you can modify using this file.