Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4350,12 +4350,12 @@ this algorithm returns normally if compilation is allowed, and throws a
1. If |request|'s [=request/initiator=] is "`prefetch`" or "`prerender`",
return `default-src`.

2. If |request|'s <a for="request">initiator</a> is "`fetch`" or its
<a for="request">destination</a> is "", return `connect-src`.

3. Switch on |request|'s <a for="request">destination</a>, and execute
2. Switch on |request|'s <a for="request">destination</a>, and execute
the associated steps:

: the empty string
::
1. Return `connect-src`.
: "`manifest`"
::
1. Return `manifest-src`.
Expand Down Expand Up @@ -4409,7 +4409,7 @@ this algorithm returns normally if compilation is allowed, and throws a
::
1. Return null.

4. Return `connect-src`.
3. 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
Expand Down
Loading