Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

url: fix url.parse() for @hostname #42136

Merged
merged 1 commit into from
Mar 2, 2022
Merged

url: fix url.parse() for @hostname #42136

merged 1 commit into from
Mar 2, 2022

Commits on Mar 2, 2022

  1. url: fix url.parse() for @hostname

    Make url.parse() behave more like browsers and WHATWHG URL when dealing
    with URLs that of the format `http:@example.com`. This is the same as
    `http://example.com`.
    
    This issue was reported by P0cas. https://github.com/P0cas
    
    PR-URL: nodejs#42136
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    010cb71 View commit details
    Browse the repository at this point in the history