Re: [whatwg/fetch] Add a `prefetch` initiator (#659)

igrigorik commented on this pull request.



> @@ -917,6 +919,14 @@ not always relevant and might require different behavior.
    <td>"<code>manifest</code>"
    <td><code>manifest-src</code>
    <td>HTML's <code>&lt;link rel=manifest></code>
+  <tr>
+   <td>"<code>prefetch</code>"
+   <td rowspan=2>""
+   <td rowspan=2><code>prefetch-src</code>
+   <td>HTML's <code>&lt;link rel=prefetch></code>
+  <tr>
+   <td>"<code>prerender</code>"

Reading through https://github.com/w3c/webappsec-csp/commit/91adc4ab7beb21bcc05e3ebeeb035d2745c7817d, prefetch-src should also be listed for prerender?

-- 
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/659#pullrequestreview-88868369

Received on Monday, 15 January 2018 16:07:14 UTC