Skip to content

Commit 82db68e

Browse files
Add missing check for source reporting origins per site limit (#1525)
1 parent 9a6cb36 commit 82db68e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,6 +3216,11 @@ To process an attribution source given an [=attribution source=] |sou
32163216
1. Run [=obtain and deliver debug reports on source registration=] with
32173217
"[=source debug data type/source-storage-limit=]" and |source|.
32183218
1. Return.
3219+
1. If the result of running [=check if an attribution source should be blocked by reporting-origin per site limit=]
3220+
with |source| is blocked:
3221+
1. Run [=obtain and deliver debug reports on source registration=] with
3222+
"[=source debug data type/source-reporting-origin-per-site-limit=]" and |source|.
3223+
1. Return.
32193224
1. Let |destinationRateLimitResult| be the result of running [=check if an attribution source exceeds the time-based destination limit=] with |source|.
32203225
1. If |destinationRateLimitResult| is "[=destination rate-limit result/hit reporting limit=]":
32213226
1. Run [=obtain and deliver debug reports on source registration=] with

0 commit comments

Comments
 (0)