Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build break in spec.bs #1388

Merged
merged 1 commit into from
Jan 23, 2025
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
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
Loading