Skip to content

Commit 1293bbd

Browse files
committed
Remove document, frame, and iframe from fetch destinations
Per #189 (comment), who to associate the Save-Impression operation with is unclear in these cases. Support for them could be restored in the future if we hear of use cases and are able to resolve the association question.
1 parent 4c1d110 commit 1293bbd

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)