We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Upgrading to Firefox 3.6.6 overwrites existing proxy settings

  • 2 respuestas
  • 15 tienen este problema
  • 2 visitas
  • Última respuesta de the-edmeister

more options

I am deploying Firefox 3.6.6 (as an upgrade from 3.0.4) to hundreds of workstations to run alongside IE, some workstations (with Firefox already installed) have proxy settings set others have the "no proxy server" option enabled.

Whilst testing the silent install (and using the setup.INI file) i notice that once Firefox 3.6.6 is installed it imports the proxy settings from IE ("Use system proxy settings" is enabled!!!) which i dont want. I would like it to upgrade the Firefox software but keep the exisitng proxy settings.

Any ideas? Thanks

This happened

Every time Firefox opened

User Agent

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)

I am deploying Firefox 3.6.6 (as an upgrade from 3.0.4) to hundreds of workstations to run alongside IE, some workstations (with Firefox already installed) have proxy settings set others have the "no proxy server" option enabled. Whilst testing the silent install (and using the setup.INI file) i notice that once Firefox 3.6.6 is installed it imports the proxy settings from IE ("Use system proxy settings" is enabled!!!) which i dont want. I would like it to upgrade the Firefox software but keep the exisitng proxy settings. Any ideas? Thanks == This happened == Every time Firefox opened == User Agent == Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)

Todas las respuestas (2)

more options

Sorry, I can't tell you you how to fix that specifically on a mass deployment, but I have seen mention that Firefox 3.6.4-up changed the default setting for this preference to a value of 5, to use system proxy settings. (previous default was 0 - direct connection, no proxy) http://kb.mozillazine.org/Network.proxy.type

more options

In Firefox 3.6.4 the default connection settings have been changed to "Use the system proxy settings".

See Bug 500983 – "Use System Proxy Settings" should be default for new profiles.


A possible solution is to place a file user.js in the default template folder (C:\Program Files\Mozilla Firefox\defaults\profile\) for new profiles user_pref("network.proxy.type", 0);

Or place a file local-settings.js in C:\Program Files\Mozilla Firefox\defaults\pref with this line: pref("network.proxy.type", 0); ..... You can also use a mozilla.cfg file to set the default of the pref defaultPref("network.proxy.type", 0); // set new default value pref("network.proxy.type", 0); // set pref, but allow changes

See http://kb.mozillazine.org/Locking_preferences