Skip to content

Commit

Permalink
Add "webidentity" destination for FedCM
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiesinger committed Oct 4, 2022
1 parent 1fbc40c commit 30d462d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,7 @@ the empty string,
"<code>style</code>",
"<code>track</code>",
"<code>video</code>",
"<code>webidentity</code>",
"<code>worker</code>", or
"<code>xslt</code>". Unless stated otherwise it is the empty string.

Expand Down Expand Up @@ -1548,7 +1549,7 @@ not always relevant and might require different behavior.
<th>CSP directive
<th>Features
<tr>
<td rowspan=19>""
<td rowspan=20>""
<td>"<code>report</code>"
<td rowspan=2>&mdash;
<td>CSP, NEL reports.
Expand Down Expand Up @@ -1611,6 +1612,10 @@ not always relevant and might require different behavior.
<td>"<code>sharedworker</code>"
<td><code>child-src</code>, <code>script-src</code>, <code>worker-src</code>
<td><code>SharedWorker</code>
<tr>
<td>"<code>webidentity</code>"
<td><code>connect-src</code>
<td><code>Federated Credential Management requests</code>
<tr>
<td>"<code>worker</code>"
<td><code>child-src</code>, <code>script-src</code>, <code>worker-src</code>
Expand Down

0 comments on commit 30d462d

Please sign in to comment.