WICG / attribution-reporting-api

Attribution Reporting API
https://wicg.github.io/attribution-reporting-api/
Other
357 stars 168 forks source link

Consider only calling attributed reporting origin limit once per trigger #1287

Open linnan-github opened 4 months ago

linnan-github commented 4 months ago

Currently the attributed reporting origin limit (https://wicg.github.io/attribution-reporting-api/#should-block-processing-for-reporting-origin-limit) may be called twice, once for event-level triggering and once for aggregatable triggering. We should consider whether there's any privacy concern if this limit was checked earlier and only once per trigger.