Re: [fetch] Update Fetch with shiny, new CSP hooks (#140)

> @@ -1663,7 +1670,7 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>   <li><p>If
>   <a href="https://w3c.github.io/webappsec/specs/mixedcontent/#should-block-fetch">should fetching <var title>request</var> be blocked as mixed content</a>
>   or
> - <span class=XXX>should fetching <var title>request</var> be blocked as content security</span>
> + <a href="https://w3c.github.io/webappsec-csp/#should-block-request">should fetching <var title>request</var> be blocked by Content Security Policy</a>

`<var title>` -> `<var>`.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/140/files#r42007725

Received on Wednesday, 14 October 2015 15:21:09 UTC