Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Upgrading to Firefox 3.6.6 overwrites existing proxy settings

  • 2 odpovede
  • 15 má tento problém
  • 2 zobrazenia
  • Posledná odpoveď od 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)

Všetky odpovede (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