Closed Bug 1545713 Opened 6 years ago Closed 6 years ago

default no proxy list shall include ::1

Categories

(Core :: Networking, defect, P3)

Desktop
All
defect

Tracking

()

RESOLVED DUPLICATE of bug 1507110
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.

I'm not sure this is where this belongs, but hopefully Firefox :: Preferences is closer to the mark than Firefox :: General.

Component: General → Preferences

Junior, do you know why ::1 is not included like localhost/127.0.0.1 ?

Component: Preferences → Networking
Flags: needinfo?(juhsu)
Product: Firefox → Core

(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.

Flags: needinfo?(juhsu)
Priority: -- → P3
Whiteboard: [necko-triaged]

(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

Hello reporter,
What version Firefox does cause this issue at your side?

Flags: needinfo?(lolipopplus)

I'd like to mark this as dup.
If we won't avoid proxy-ing ::1 for firefox 67 or newer, please reopen it.

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE

I don't actually see this added to preferences UI even on 67 or newer. But some tests seem passed.

Flags: needinfo?(lolipopplus)

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.

You need to log in before you can comment on or make changes to this bug.