-
Notifications
You must be signed in to change notification settings - Fork 367
Closed
Labels
Description
https://crbug.com/947498 points out that CORB incorrectly blocks dash videos.
I am not sure what would be the authoritative source here, but "application/dash+xml" is suggested by both:
- https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/Setting_up_adaptive_streaming_media_sources
- https://mailarchive.ietf.org/arch/msg/ietf-types/l-Hk2o9I4n9K1IZMSPHV8BuBPcI
We probably just need to tweak WPT tests and the spec to exclude "application/dash+xml" (just like "image/svg+xml" is excluded).
PS. We might also consider excluding all of "image/", "video/", "audio/", "font/" so that when a new "image/futureImageFormat+xml" is introduced, it is not affected by CORB. OTOH, this wouldn't help in this case (why application/dash+xml rather than video/dash+xml?) and we probably should tackle this as a separate issue (?).