Re: [whatwg/fetch] CORB: blocking of nosniff and 206 responses (#686)

annevk commented on this pull request.

I have some further editorial nits that I'll address tomorrow most likely.

>       <!-- file URLs end up here as they are not same-origin typically. -->
+
+     <li><p>If the <a>CORB check</a> with <var>request</var> and <var>noCorsResponse</var> returns
+     <b>allowed</b>, then return <var>noCorsResponse</var>.
+
+     <li><p>If <var>noCorsResponse</var> is a <a>filtered response</a>, then return
+     <var>noCorsResponse</var>.

This needs to move one step up I think (and could therefore be combined again as I did it).

-- 
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/pull/686#pullrequestreview-119076800

Received on Thursday, 10 May 2018 12:59:50 UTC