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

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

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

ვრცლად

How to disable user prompt dialog: The proxy moz-proxy://xxxxxxx:8080 is requesting a username and password

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 37 ნახვა
  • ბოლოს გამოეხმაურა thunderzhulei

I'm using firefox in linux for selenium test automation. Some of my automation tests need a sysproxy (provided by my company) to access internet. These prefs are set in my test

"network.proxy.type": 1, "network.proxy.http": "company.proxy.com", "network.proxy.http_port": 8080

When firefox launches up, a prompt dialog is always shown asking for credentials for the proxy. I've added company .pem in path ~/.mozilla/certificates and these .pem are loaded correctly in firefox.

Is there a way to disable the user prompt dialog?

I'm using firefox in linux for selenium test automation. Some of my automation tests need a sysproxy (provided by my company) to access internet. These prefs are set in my test "network.proxy.type": 1, "network.proxy.http": "company.proxy.com", "network.proxy.http_port": 8080 When firefox launches up, a prompt dialog is always shown asking for credentials for the proxy. I've added company .pem in path ~/.mozilla/certificates and these .pem are loaded correctly in firefox. Is there a way to disable the user prompt dialog?

ყველა პასუხი (2)

Does setting signon.autologin.proxy = true work ?

See also Proxy:

No, signon.autologin.proxy = true doesn't work. All .pems that our company proxy requires are installed via policies.json. I can see them in certificate manager.