Skip to content

Commit

Permalink
Merge branch 'main' into week
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson authored Jan 29, 2025
2 parents 61c3f73 + 32a018f commit 32c8d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ for each epoch.

Ideally, the [=privacy unit=] is a single person.
Though ideal, it is not possible to develop a useful system
that guarantees perfect correspondance with a person,
that guarantees perfect correspondence with a person,
for a number of reasons:

* People use multiple browsers and multiple devices,
Expand Down Expand Up @@ -1168,7 +1168,7 @@ to protect against those attacks.
### Privacy Budget Epochs ### {#dp-refresh}

Sites receive a separate differential privacy budget for the data in every
time internval called and epoch. The <dfn>privacy budget epoch</dfn> length is
time interval called an epoch. The <dfn>privacy budget epoch</dfn> length is
one week (604800 seconds).

This budget applies to the [=impressions=]
Expand Down Expand Up @@ -1337,7 +1337,7 @@ of harmful information flow through the impression store:
[[#impression-store-clearing|clear the impression store]].
* It is recommended that user agents limit how long
data can persist in the impression store,
even absent expicit user action,
even absent explicit user action,
by imposing a maximum value of
<a dict-member for=PrivateAttributionImpressionOptions>lifetimeDays</a>.

Expand Down

0 comments on commit 32c8d13

Please sign in to comment.