Re: [whatwg/fetch] Block additional script MIMETypes (audio, video, csv) (#379)

> @@ -1498,7 +1498,9 @@ <h3 id="should-response-to-request-be-blocked-due-to-mime-type?"><dfn title="sho
>   <li><p>Let <var>type</var> be <var>request</var>'s <span title=concept-request-type>type</span>.
>  
>   <li><p>If <var>type</var> is "<code title>script</code>", and <var>MIMEType</var> starts with
> - `<code title>image/</code>`, then return <b title>blocked</b>.
> + `<code title>audio/</code>`, `<code title>image/</code>` or `<code title>video/</code>`, then return <b title>blocked</b>.

Nit: I like Oxford commas ("`audio`, `image`, or ...").

-- 
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/379/files/b6c449c7ec546dd4de2a62c4e1cd1a339e256208#r76785994

Received on Tuesday, 30 August 2016 12:39:39 UTC