Open letitz opened 2 years ago
Having multiple addresses for the same endpoint is indeed not ideal. And the URL parser shouldn't normalize since there might be other contexts that are not dual stack I suppose. Given all that this seems reasonable based on my rather brief analysis, but I'll double check internally.
So these IPv6 addresses need to be accounted for whenever restrictions on IPv4 addresses are made. Is that the main harm here? I suspect it might also be problematic that there's multiple addresses for the same endpoint? Anything else?
Quoting my distinguished self from https://github.com/WICG/private-network-access/issues/36:
It seems to me that Fetch should forbid accesses to such IP addresses. What do y'all think?