-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Labels
security/privacyThere are security or privacy implicationsThere are security or privacy implicationstopic: orbtopic: redirects
Description
Chrome has some funky behavior around HTMLMediaElement + redirected range requests.
https://codereview.chromium.org/1220963004 denied responses to range requests if their origin is distinct from the origin response for the initial request.
https://codereview.chromium.org/1356353003 relaxes that restriction to accept responses to range requests if they're CORS-same-origin with the origin response from the initial request. It also treats "range" as a simple header for the purposes of preflights if the request is CORS enabled (e.g. <video crossorigin ...>
).
It would be nice to spec this out in a sane way. :)
Metadata
Metadata
Assignees
Labels
security/privacyThere are security or privacy implicationsThere are security or privacy implicationstopic: orbtopic: redirects