Skip to content

Commit f1f4037

Browse files
committed
More destinations
1 parent 027e4cd commit f1f4037

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,8 @@ To <dfn noexport>handle Attribution headers</dfn> given a [=request=] |request|
19741974
and [=response=] |response|, run these steps:
19751975

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

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

@@ -1988,8 +1989,6 @@ and [=response=] |response|, run these steps:
19881989

19891990
1. {{Attribution/saveImpression(options)|Save}} |impressionOptions|.
19901991

1991-
Issue: Consider allowing the `"document"` and `"video"` [=destination types=].
1992-
19931992
Issue: Allow processing only when |response|'s [=response/URL=] is a [=potentially trustworthy URL=] and HTTP-family.
19941993

19951994
Issue: Figure out how to handle header-processing on intermediary responses during redirect.

0 commit comments

Comments
 (0)