Skip to content

Commit 39bfedc

Browse files
committed
Explainer change for separate rate-limits for embedded site
1 parent fa4943f commit 39bfedc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

EVENT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,10 @@ were reported.
980980
981981
In order to achieve the privacy goals listed above the API has various rate limits, which can be found [here](https://github.com/WICG/attribution-reporting-api/blob/main/params/chromium-params.md) for Chromium.
982982
983+
Note: Browsers may choose to allow separate rate limits for the embedded site
984+
for specific use cases (for example, [AMP](https://amp.dev) pages rendered by
985+
an AMP cache/viewer provider).
986+
983987
### Trigger Data
984988
985989
Trigger data, e.g. advertiser-side data, is extremely important for critical use

index.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,6 +1872,8 @@ To <dfn>check if cookie-based debugging is allowed</dfn> given a
18721872
To obtain the <dfn export for=node>context origin</dfn> of a [=node=] |node|, return |node|'s [=node navigable=]'s
18731873
[=navigable/top-level traversable=]'s [=navigable/active document=]'s [=origin=].
18741874

1875+
Note: The user agent MAY return the embedded origin for specific use cases.
1876+
18751877
<h3 id="obtaining-randomized-response">Obtaining a randomized response</h3>
18761878

18771879
To <dfn>obtain a randomized response</dfn> given |trueValue|, a [=set=] |possibleValues|, and a

0 commit comments

Comments
 (0)