Skip to content

Fix expected results for video loading from multiple origins#33342

Closed
noamr wants to merge 1 commit intomasterfrom
range-video
Closed

Fix expected results for video loading from multiple origins#33342
noamr wants to merge 1 commit intomasterfrom
range-video

Conversation

@noamr
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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