Skip to content

WIP: Fix hostname parsing, limit to ASCII / IDNA #555

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

Closed
wants to merge 1 commit into from

Conversation

timvisee
Copy link

Fixes #554

This is a work in progress, please refer to the linked issue for more information.

@bors-servo
Copy link
Contributor

☔ The latest upstream changes (presumably 680a3e1) made this pull request unmergeable. Please resolve the merge conflicts.

@djc
Copy link
Contributor

djc commented Aug 18, 2020

There were some changes in the URL Standard and accompanying tests that I just merged into master. These might interact with the issues you resolved in #554, in particular the changes in 6b05499. Since the issue you filed was closed, I think it makes sense to close this too at this point, but please let me know if you still think there's an issue!

@djc djc closed this Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I think host parsing is incorrect, might not follow spec, use ASCII / IDNA only
3 participants