[Webkit-unassigned] [Bug 171934] Content from loopback addresses (e.g. 127.0.0.1) should not be considered mixed content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 10:41:29 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=171934

--- Comment #78 from Maciej Stachowiak <mjs at apple.com> ---
For reference, the system DNS resolver on Apple platforms does not necessarily guarantee that localhost maps to loopback, so we do need to figure out how to do the bypass. 

Not 100% sure how to do this via NSURLSession. I thought it might work to remap http://localhost/ to http://127.0.0.1/ before invoking the HTTP stack, but this will alter the Host header, which may alter behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201029/41f4ede8/attachment.htm>


More information about the webkit-unassigned mailing list