[Webkit-unassigned] [Bug 160504] Localhost subdomains don't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 11:04:01 PDT 2020


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

Irakli Gozalishvili <contact at gozala.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact at gozala.io

--- Comment #1 from Irakli Gozalishvili <contact at gozala.io> ---

https://tools.ietf.org/html/rfc6761 suggests that "localhost" can be treated specially and should hardcode localhost names to the loopback address:

>  "Application software MAY recognize localhost names as special"

and:

>  "Name resolution APIs and libraries SHOULD recognize localhost
>   names as special and SHOULD always return the IP loopback address
>   for address queries and negative responses for all other query
>   types.  Name resolution APIs SHOULD NOT send queries for
>   localhost names to their configured caching DNS server(s).)."


Chrome already support supports / ships this:
https://bugs.chromium.org/p/chromium/issues/detail?id=510124

And firefox is working on this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1220810

It also appears that some of the web platform tests do test for this and were disabled:
https://bugs.webkit.org/show_bug.cgi?id=161142


Any chance of get Safari to get Safari localhost to loopback address ?

-- 
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/20200708/cf251661/attachment.htm>


More information about the webkit-unassigned mailing list