Re: [whatwg/fetch] Add "fetch" as a destination for "connect-src" bound features (#442)

annevk commented on this pull request.



> @@ -791,7 +792,7 @@ the empty string,
    <td><code>child-src</code>
    <td>HTML's <code>&lt;iframe></code> and <code>&lt;frame></code>
   <tr>
-   <td>""
+   <td>"" or "<code>fetch</code>"

I think `("<code>fetch</code>")` would be clearer since you can only use it as input, right?

-- 
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/442#pullrequestreview-14907214

Received on Tuesday, 3 January 2017 10:12:22 UTC