Skip to content

Commit e785cd1

Browse files
authored
[editorial] Change fallback effective directive to connect-src (#614)
1 parent ec0d600 commit e785cd1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4358,7 +4358,15 @@ this algorithm returns normally if compilation is allowed, and throws a
43584358
::
43594359
1. Return `connect-src`.
43604360

4361-
4. Return null.
4361+
: "`report`"
4362+
::
4363+
1. Return null.
4364+
4365+
4. Return `connect-src`.
4366+
4367+
Note: The algorithm returns `connect-src` as a default fallback. This is
4368+
intended for new fetch destinations that are added and which don't explicitly
4369+
fall into one of the other categories.
43624370

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

0 commit comments

Comments
 (0)