Skip to content

Commit 4a221a0

Browse files
Merge pull request #343 from apasel422/no-documents
Remove document, frame, and iframe from fetch destinations
2 parents 4c1d110 + 1293bbd commit 4a221a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,8 +2021,7 @@ To <dfn noexport>handle Attribution headers</dfn> given a [=request=] |request|
20212021
and [=response=] |response|, run these steps:
20222022

20232023
1. If |request|'s [=request/destination=] is not one of the following,
2024-
return: `""`, `"audio"`, `"document"`, `"frame"`, `"iframe"`, `"image"`,
2025-
`"script"`, `"track"`, `"video"`.
2024+
return: `""`, `"audio"`, `"image"`, `"script"`, `"track"`, `"video"`.
20262025

20272026
1. If |request|'s [=request/client=] is not a [=secure context=], return.
20282027

0 commit comments

Comments
 (0)