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

Fix expected results for video loading from multiple origins #33342

Closed
wants to merge 1 commit into from

Conversation

noamr
Copy link
Contributor

@noamr noamr commented Mar 24, 2022

See whatwg/html#7655

When loading video from multiple opaque origins (by a middleman service-worker),
video loading should fail rather than be alllowed and taint the canvas.

That's because some of the video responses may contain metadata such as duration that
would leak to the subsequent requests.

See whatwg/html#2814 (comment) for further details.

This change makes the test case pass in all browsers.

See whatwg/html#7655

When loading video from multiple opaque origins (by a middleman service-worker),
video loading should fail rather than be alllowed and taint the canvas.

That's because some of the video responses may contain metadata such as duration that
would leak to the subsequent requests.

See whatwg/html#2814 (comment) for further details.

This change makes the test case pass in all browsers.
Copy link
Contributor

@karlt karlt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@noamr
Copy link
Contributor Author

noamr commented Apr 5, 2022

Looks like this change has already been made via https://github.com/web-platform-tests/wpt/pull/33326/files#diff-1a4ae33754e5c61b26cb85ff037bfd7005cee4101a019cd87cbdece18b5754b0 but LGTM thanks.

Oh, accidental I guess but no harm done. Thanks!

@noamr noamr closed this Apr 5, 2022
@annevk annevk deleted the range-video branch September 5, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants