Skip to content

Commit

Permalink
Take permitted origin list as an argument (not passed in yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks Orlovich committed May 20, 2024
1 parent 7c3bb79 commit 9a9ee0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1879,8 +1879,9 @@ To <dfn>convert to an AuctionAd sequence</dfn> given a [=list=]-or-null |ads|:

<div algorithm>
To <dfn>score and rank a bid</dfn> given an [=auction config=] |auctionConfig|, a [=generated bid=]
|generatedBid|, a [=bid debug reporting info=] |bidDebugReportInfo|, a [=leading bid info=] |leadingBidInfo|, a [=string=] |decisionLogicScript|, a
{{DirectFromSellerSignalsForSeller}} |directFromSellerSignalsForSeller|, an {{unsigned long}}-or-null
|generatedBid|, a [=bid debug reporting info=] |bidDebugReportInfo|, a [=leading bid info=] |leadingBidInfo|,
a [=string=] |decisionLogicScript|, a [=list=] or [=origins=] |allowedCrossOriginTrustedScoringSignals|,
a {{DirectFromSellerSignalsForSeller}} |directFromSellerSignalsForSeller|, an {{unsigned long}}-or-null
|biddingDataVersion|, an enum |auctionLevel|, which is "single-level-auction", "top-level-auction",
or "component-auction", a [=currency tag=] |componentAuctionExpectedCurrency|, and an [=origin=]
|topLevelOrigin|:
Expand Down

0 comments on commit 9a9ee0e

Please sign in to comment.