საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Upgrading to Firefox 3.6.6 overwrites existing proxy settings

  • 2 პასუხი
  • 15 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა the-edmeister

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)

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

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