搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Upgrading to Firefox 3.6.6 overwrites existing proxy settings

  • 2 个回答
  • 15 人有此问题
  • 2 次查看
  • 最后回复者为 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)

所有回复 (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