Proxy: IPv6: add support in "No Proxy for "
Categories
(Core :: Networking: Proxy, enhancement, P3)
Tracking
()
People
(Reporter: darin.moz, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [IPV6][necko-triaged][necko-priority-next])
Attachments
(1 file)
2.38 KB,
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•22 years ago
|
Comment 1•22 years ago
|
||
Reporter | ||
Updated•19 years ago
|
Comment 3•16 years ago
|
||
Comment 7•14 years ago
|
||
Updated•11 years ago
|
Updated•10 years ago
|
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Comment 12•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Comment 13•2 years ago
|
||
Moving bug to Core/Networking: Proxy.
Comment 15•1 year ago
|
||
Issue is still present in 2024. Firefox version is 115.12.0esr (64-bit) from Debian.
On 2024-07-04, my ISP (Tele Columbus) disabled IPv4 on my cable connection. This makes me one of the first people to have IPv6-only internet at home.
Unfortunately, there are still too many websites that still lack IPv6 in 2024 (such as THIS bug tracker). So I was forced to configure Firefox to use a proxy for IPv4.
This didn't work as expected: Although I can now access IPv4 sites again, all of my web traffic - including IPv6 sites - is now going through the proxy. The exception I configured for range ::/0 is simply ignored.
Updated•1 year ago
|
Comment 16•5 months ago
|
||
Looking at the code, this should already be supported, but note the syntax.
"example.com, 1.2.3.4/16, [2001::1], 10.0.0.0/8, 2.3.0.0/16:7777, [abcd::1]/64:123, *.test.com";
The problem with bug 1906511 is that it attempts to filter out all IPv6 addresses ::/0, [::]/0
which I don't think works because all of the filters are actually stored as IPv6 addresses.
Description
•