Open
Bug 1344551
Opened 4 years ago
Updated 4 years ago
Firefox on Linux not handling proxy authentication data from environmental variables
Categories
(Core :: Networking, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: mikhailnov, Unassigned)
References
Details
(Whiteboard: [proxy][necko-would-take])
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/55.0.2883.87 Chrome/55.0.2883.87 Safari/537.36 Steps to reproduce: $ firefox --version Mozilla Firefox 51.0.1 $ http_proxy="username:password@host:port" https_proxy="username:password@host:port"firefox Firefox opts out a dialog asking for proxy authentication data, but it should take it from the env variable, other programs (curl etc.) do hadle it correctly.
Updated•4 years ago
|
Whiteboard: [proxy]
Updated•4 years ago
|
Whiteboard: [proxy] → [proxy][necko-would-take]
Comment 1•4 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•