Firefox 55-58: Socks proxy not working for localhost:port settings
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: sabathiera, Unassigned)
Details
Attachments
(1 file)
|
83.11 KB,
image/png
|
Details |
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Updated•8 years ago
|
| Reporter | ||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
| Reporter | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
I can confirm the reported bug with Firefox nightly on windows.
A localhost proxy is not used when the "no proxy" section is empty and you try open a http server with http://localhost:port
This regression is easy to see if you use a complete new profile and open options/general/network settings
In working builds you can see "localhost, 127.0.0.1" in the no proxy section while this field is empty in broken builds.
3:17.29 INFO: No more inbound revisions, bisection finished.
3:17.29 INFO: Last good revision: e92ff56d2be21676b447c6fbb87b4c4479539bc9
3:17.29 INFO: First bad revision: cd28688c1642889442179c459ce5e6cce9a3317e
3:17.29 INFO: Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e92ff56d2be21676b447c6fbb87b4c4479539bc9&tochange=cd28688c1642889442179c459ce5e6cce9a3317e
In that range this checkin looks like the culprit:
Junior Hsu — Bug 1507110 - Allow hijacking localhost only if network.proxy.allow_hijacking_localhost is set r=Gijs,mayhemer,mkaply,jmaher
It looks like this behavior change is wanted when I look at that checkin
Description
•