Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 25, 2023
1 parent a14f227 commit 450893f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1841,10 +1841,14 @@ not always relevant and might require different behavior.
<td>"<code>worker</code>"
<td><code>child-src</code>, <code>script-src</code>, <code>worker-src</code>
<td><code>Worker</code>
<tr>
<td>"<code>json</code>"
<td><code>connect-src</code>
<td><code>import "..." with { type: "json" }</code>
<tr>
<td>"<code>style</code>"
<td><code>style-src</code>
<td>HTML's <code>&lt;link rel=stylesheet></code>, CSS' <code>@import</code>
<td>HTML's <code>&lt;link rel=stylesheet></code>, CSS' <code>@import</code>, <code>import "..." with { type: "css" }</code>
<tr>
<td>"<code>track</code>"
<td><code>media-src</code>
Expand Down Expand Up @@ -4358,8 +4362,8 @@ the response. [[!HTTP-CACHING]]
<dt>"<code>style</code>"
<dd>`<code>text/css,*/*;q=0.1</code>`

<dt>"<code>json</code>"
<dd>`<code>application/json,*/*;q=0.5</code>`
<dt>"<code>json</code>"
<dd>`<code>application/json,*/*;q=0.5</code>`
</dl>

<li><p><a for="header list">Append</a> (`<code>Accept</code>`, <var>value</var>) to
Expand Down

0 comments on commit 450893f

Please sign in to comment.