-
Notifications
You must be signed in to change notification settings - Fork 50
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
Block ports on fetch's bad ports list & use WebTransportError for it and CSP. #378
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
cc @annevk |
Should we use |
Why does CSP not use |
jan-ivar
changed the title
Block ports on fetch's bad ports list.
Block ports on fetch's bad ports list & use WebTransportError for it and CSP.
Dec 7, 2021
annevk
approved these changes
Dec 7, 2021
@jan-ivar, can you update the test as well? |
aarongable
pushed a commit
to chromium/chromium
that referenced
this pull request
Dec 20, 2021
Implementing (part of) w3c/webtransport#378. This is subtle enough to skip the intent process. This fixes one test failure, but the test is skipped at TestExpectations so there is no changes under web_tests/. Bug: None Change-Id: I754e79ef1590ac09c6328d1950e0109eab9e2223 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3350153 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/main@{#952858}
mjfroman
pushed a commit
to mjfroman/moz-libwebrtc-third-party
that referenced
this pull request
Oct 14, 2022
Implementing (part of) w3c/webtransport#378. This is subtle enough to skip the intent process. This fixes one test failure, but the test is skipped at TestExpectations so there is no changes under web_tests/. Bug: None Change-Id: I754e79ef1590ac09c6328d1950e0109eab9e2223 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3350153 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/main@{#952858} NOKEYCHECK=True GitOrigin-RevId: a38315e18fbb4f23cee3c07e7fd0d467f76990a5
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.
Fixes #229.
Preview | Diff