default no proxy list shall include ::1
Categories
(Core :: Networking, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: lolipopplus, Unassigned)
Details
(Whiteboard: [necko-triaged])
Now in network settings in about:preferences, you have localhost and 127.0.0.1 as default no proxy list.
But ::1 shall be also included as a help for IPv6 users.
Comment 1•6 years ago
|
||
I'm not sure this is where this belongs, but hopefully Firefox :: Preferences is closer to the mark than Firefox :: General.
Comment 2•6 years ago
|
||
Junior, do you know why ::1 is not included like localhost/127.0.0.1 ?
Comment 3•6 years ago
•
|
||
(In reply to :Gijs (he/him) from comment #2)
Junior, do you know why ::1 is not included like localhost/127.0.0.1 ?
My previous work kinda keeps the same situation, i.e., prevent proxy-ing localhost/127.0.0.1 only.
Actually localhost has lots of aliases, e.g., ipv4 normalization.
We might prevent proxy-ing ::1 first since it's common in ipv6.
Comment 4•6 years ago
•
|
||
(In reply to Junior [:junior] from comment #3)
(In reply to :Gijs (he/him) from comment #2)
Junior, do you know why ::1 is not included like localhost/127.0.0.1 ?
My previous work kinda keeps the same situation, i.e., prevent proxy-ing localhost/127.0.0.1 only.
Actually localhost has lots of aliases, e.g., ipv4 normalization.We might prevent proxy-ing ::1 first since it's common in ipv6.
Oops, I check the code but ::1 is already considered in firefox 67
Comment 5•6 years ago
|
||
Hello reporter,
What version Firefox does cause this issue at your side?
Comment 6•6 years ago
|
||
I'd like to mark this as dup.
If we won't avoid proxy-ing ::1
for firefox 67 or newer, please reopen it.
Reporter | ||
Comment 7•6 years ago
|
||
I don't actually see this added to preferences UI even on 67 or newer. But some tests seem passed.
Comment 8•6 years ago
|
||
localhost and 127.0.0.1 should be removed from the list (through update with the same profile), since we intentionally prevent proxy-ing localhost.
Description
•