diff --git a/EVENT.md b/EVENT.md index f74458ed7e..a6a16939a2 100644 --- a/EVENT.md +++ b/EVENT.md @@ -980,6 +980,10 @@ were reported. 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. +Note: Browsers may choose to allow separate rate limits for the embedded site +for specific use cases (for example, [AMP](https://amp.dev) pages rendered by +an AMP cache/viewer provider). + ### Trigger Data Trigger data, e.g. advertiser-side data, is extremely important for critical use diff --git a/index.bs b/index.bs index b09f206013..0f94bed81d 100644 --- a/index.bs +++ b/index.bs @@ -1832,6 +1832,8 @@ To check if cookie-based debugging is allowed given a To obtain the context origin of a [=node=] |node|, return |node|'s [=node navigable=]'s [=navigable/top-level traversable=]'s [=navigable/active document=]'s [=origin=]. +Note: The user agent MAY return the embedded origin for specific use cases. +

Obtaining a randomized response

To obtain a randomized response given |trueValue|, a [=set=] |possibleValues|, and a