Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3216,6 +3216,11 @@ To <dfn>process an attribution source</dfn> given an [=attribution source=] |sou
1. Run [=obtain and deliver debug reports on source registration=] with
"<code>[=source debug data type/source-storage-limit=]</code>" and |source|.
1. Return.
1. If the result of running [=check if an attribution source should be blocked by reporting-origin per site limit=]
with |source| is <strong>blocked</strong>:
1. Run [=obtain and deliver debug reports on source registration=] with
"<code>[=source debug data type/source-reporting-origin-per-site-limit=]</code>" and |source|.
1. Return.
1. Let |destinationRateLimitResult| be the result of running [=check if an attribution source exceeds the time-based destination limit=] with |source|.
1. If |destinationRateLimitResult| is "<code>[=destination rate-limit result/hit reporting limit=]</code>":
1. Run [=obtain and deliver debug reports on source registration=] with
Expand Down
Loading