-
Notifications
You must be signed in to change notification settings - Fork 139
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
Forbid | in URL hosts #589
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This fixes issue whatwg#559.
achristensen07
force-pushed
the
issue_559
branch
from
March 17, 2021 16:53
3bded5e
to
899e68a
Compare
domenic
approved these changes
Mar 17, 2021
annevk
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Mar 22, 2021
Tests for whatwg/url#589.
Thanks @achristensen07! I filed Chrome and Firefox bugs. I assume Safari doesn't need one. |
Thanks for filing those bugs. Safari has already made this change. |
Bug report for Node.js: nodejs/node#37862 |
domenic
added a commit
to jsdom/whatwg-url
that referenced
this pull request
Mar 24, 2021
Follows whatwg/url#589.
domenic
added a commit
to jsdom/whatwg-url
that referenced
this pull request
Mar 24, 2021
Follows whatwg/url#589.
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Mar 27, 2021
Automatic update from web-platform-tests URL: forbid | in hosts Tests for whatwg/url#589. -- wpt-commits: 5eebfdb1f68059549b3efff380dd190bc6078266 wpt-pr: 28118
This was referenced Jan 28, 2022
valenting
added a commit
to servo/rust-url
that referenced
this pull request
Jan 31, 2022
Forbid | in URL hosts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes issue #559.
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff