Skip to content

Commit

Permalink
Fix build break in spec.bs (#1388)
Browse files Browse the repository at this point in the history
Some changes in #1340 and #1225 broke the spec build.

@xtlsheep @morlovich
  • Loading branch information
caraitto authored Jan 23, 2025
1 parent ef5d16e commit 3bd580a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2305,10 +2305,10 @@ contributions map=] |realTimeContributionsMap|, and a [=policy container=] |poli
:: |auctionConfig|'s [=auction config/trusted scoring signals coordinator=]

: [=trusted scoring signals request/owner origin=]
:: |generatedBid|'s [=generated bid=/interest group=]'s [=interest group/owner=]
:: |generatedBid|'s [=generated bid/interest group=]'s [=interest group/owner=]

: [=trusted scoring signals request/joining origin=]
:: |generatedBid|'s [=generated bid=/interest group=]'s [=interest group/joining origin=]
:: |generatedBid|'s [=generated bid/interest group=]'s [=interest group/joining origin=]

1. If |auctionConfig|'s [=auction config/trusted scoring signals url=]'s [=url/origin=] is not
[=same origin=] with |auctionConfig|'s [=auction config/seller=], then set |isCrossOrigin| to
Expand Down Expand Up @@ -8522,7 +8522,7 @@ headers. It's a [=struct=] with the following [=struct/items=]:
:: A [=byte sequence=], null, or failure. Initially null. The body of the script.
: <dfn>origins authorized for cross origin trusted signals</dfn>
:: A [=list=] of [=origins=] or null. Initially null. Parsed value of
[:Ad-Auction-Allow-Trusted-Scoring-Signals-From:].</dfn>
[:Ad-Auction-Allow-Trusted-Scoring-Signals-From:].
: <dfn>fetch duration</dfn>
:: A [=duration=] in milliseconds, denoting how long it took the fetch to complete.
</dl>
Expand Down Expand Up @@ -8976,7 +8976,7 @@ requests into smaller number of fetches. It's a [=struct=] with the following [=
: <dfn>request map</dfn>
:: A [=map=] from a tuple of [=script fetcher=], a [=URL=] representating the trusted signals
base [=URL=], {{unsigned short}} or null for experiment ID, [=origin=] or null for coordinator,
and [=origin=], representing the top frame's [=origin], to a [=list=] of [=trusted scoring
and [=origin=], representing the top frame's [=origin=], to a [=list=] of [=trusted scoring
signals requests=]. This organizes fetches that can possibly be merged together.
: <dfn>url length limit</dfn>
:: A {{long}} denoting a user-configured limit which should not be exceeded due to combining of
Expand Down

0 comments on commit 3bd580a

Please sign in to comment.