diff --git a/spec.bs b/spec.bs
index b2e3d67c8..a34db3bfc 100644
--- a/spec.bs
+++ b/spec.bs
@@ -3120,6 +3120,7 @@ a [=list=] of [=interest groups=] |bidIgs|, and a [=reporting context map=]
1. Let |bidDebugReportingInfo| be a new [=bid debug reporting info=].
1. [=list/For each=] |key| → |maybeDebugReportUrl| in |response|'s
[=server auction response/component win debugging only reports=]:
+ 1. If |maybeDebugReportUrl|'s [=url/scheme=] is not "`https`", then [=iteration/continue=].
1. If |key|'s [=server auction debug report key/from seller=] is true:
1. Set |bidDebugReportingInfo|'s [=bid debug reporting info/component seller=] to |seller|.
1. If |key|'s [=server auction debug report key/is debug win=] is true, then set
@@ -3136,7 +3137,7 @@ a [=list=] of [=interest groups=] |bidIgs|, and a [=reporting context map=]
1. Otherwise, set |bidDebugReportingInfo|'s
[=bid debug reporting info/bidder debug loss report url=] to |maybeDebugReportUrl|.
1. Set |bidDebugReportingInfo|'s [=bid debug reporting info/server filtered debugging only reports=]
- to [=server auction response/server filtered debugging only reports=].
+ to |response|'s [=server auction response/server filtered debugging only reports=].
1. Let |reportingContext| be |reportingContextMap|[|auctionConfig|].
1. Set |reportingContext|'s [=reporting context/debug reporting info=] to
|bidDebugReportingInfo|.
@@ -3559,7 +3560,7 @@ A server auction response is a [=struct=] that contains auction resul
auction result and should always be reported.
: component win debugging only reports
:: A [=map=] whose [=map/keys=] are [=server auction debug report keys=], and whose [=map/values=]
- are [=lists=] of [=urls=].
+ are [=urls=].
: server filtered debugging only reports
:: A [=map=] whose [=map/keys=] are [=origins=] and whose [=map/values=] are [=lists=] of [=urls=].