Skip to content

Commit 6159fcd

Browse files
committed
Reject histogram sizes exceeding service-imposed limits on conversion side
1 parent e8a22f9 commit 6159fcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,8 @@ To <dfn>validate {{AttributionConversionOptions}}</dfn> |options|:
13641364
throw a {{RangeError}}.
13651365
1. If |options|.{{AttributionConversionOptions/histogramSize}}
13661366
is 0 or greater than the [=implementation-defined=] <dfn>maximum histogram size</dfn>,
1367+
or is greater than the <dfn ignore>maximum aggregation-service histogram size</dfn>,
1368+
if any, for |options|.{{AttributionConversionOptions/aggregationService}},
13671369
throw a {{RangeError}}.
13681370
1. Switch on the value of |options|.{{AttributionConversionOptions/logic}}:
13691371
<dl class="switch">

0 commit comments

Comments
 (0)