Re: [whatwg/fetch] CORB should not block application/dash+xml videos (#886)

As pointed out by @acolwell, original CORB implementation was done before OOR-CORS and therefore had to cover both `no-cors` and CORS.  Once CORB (as spec-ed!) covers only `no-cors` requests, then possibly `application/dash+xml` shouldn't mater at all, because 1) Chrome/desktop doesn't have native support for DASH in video.src and 2) other implementations (e.g. Chrome/Android or Safari) only allow same-origin DASH.

Based on the above, we should just mark the current bug as closed.  (Possibly following up separately on universally requiring CORS for DASH/HLS/etc).

PS. From ORB side this was discussed in https://github.com/annevk/orb/pull/23#issuecomment-790905834 and in https://github.com/annevk/orb/issues/20   

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/886#issuecomment-790914761

Received on Thursday, 4 March 2021 20:24:07 UTC