Skip to content

Commit

Permalink
Explainer change for separate rate-limits for embedded site
Browse files Browse the repository at this point in the history
  • Loading branch information
linnan-github committed Oct 28, 2024
1 parent b17479d commit f6c6a38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EVENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,8 @@ To <dfn>check if cookie-based debugging is allowed</dfn> given a
To obtain the <dfn export for=node>context origin</dfn> 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.

<h3 id="obtaining-randomized-response">Obtaining a randomized response</h3>

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

0 comments on commit f6c6a38

Please sign in to comment.