Skip to content

Commit c4333a5

Browse files
authored
CORB shouldn't block application/dash+xml videos.
This addresses whatwg#886
1 parent adc81ca commit c4333a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2891,7 +2891,7 @@ JSON inside an <code>img</code> element) and blocks them before they reach a web
28912891
the risk of leaking sensitive data by keeping it further from cross-origin web pages.
28922892

28932893
<p>A <dfn>CORB-protected MIME type</dfn> is an <a>HTML MIME type</a>, a <a>JSON MIME type</a>, or an
2894-
<a>XML MIME type</a> excluding <code>image/svg+xml</code>.
2894+
<a>XML MIME type</a> excluding <code>image/svg+xml</code> and <code>application/dash+xml</code>.
28952895

28962896
<p class="note no-backref">Even without CORB, accessing the content of cross-origin resources with
28972897
<a>CORB-protected MIME types</a> is either managed by the <a>CORS protocol</a> (e.g., in case of

0 commit comments

Comments
 (0)