Skip to content

Commit

Permalink
[editorial] Change fallback effective directive to connect-src (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
antosart committed Jul 27, 2023
1 parent ec0d600 commit e785cd1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4358,7 +4358,15 @@ this algorithm returns normally if compilation is allowed, and throws a
::
1. Return `connect-src`.

4. Return null.
: "`report`"
::
1. Return null.

4. Return `connect-src`.

Note: The algorithm returns `connect-src` as a default fallback. This is
intended for new fetch destinations that are added and which don't explicitly
fall into one of the other categories.

<h4 id="effective-directive-for-inline-check" algorithm>
Get the effective directive for inline checks
Expand Down

0 comments on commit e785cd1

Please sign in to comment.