Skip to content

Commit

Permalink
Add a destination type for FedCM
Browse files Browse the repository at this point in the history
We think it makes sense to define a destination type specific to
FedCM requests (https://fedidcg.github.io/FedCM/)

This would replace the Sec-FedCM-CSRF header that is currently in the
FedCM spec.
  • Loading branch information
cbiesinger committed Sep 29, 2022
1 parent 1fbc40c commit 58d6ae4
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 58d6ae4

Please sign in to comment.