Skip to content

Commit 7092cef

Browse files
authored
[Editorial] Fix missing input param of match-response-source-list (#732)
The algorithm match-response-source-list was missing listing |response| as an input param.
1 parent 2d2653d commit 7092cef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3970,11 +3970,11 @@ Content-Type: application/reports+json
39703970
Does |response| to |request| match |source list|?
39713971
</h5>
39723972

3973-
Given a <a for="/">request</a> |request|, and a <a>source list</a> |source list|,
3974-
and a <a for="/">policy</a> |policy|, this algorithm returns the result of executing
3975-
[[#match-url-to-source-list]] on |response|'s <a for="response">url</a>,
3976-
|source list|, |policy|'s [=policy/self-origin=], and |request|'s
3977-
<a for="request">redirect count</a>.
3973+
Given a <a>response</a> |response|, a <a for="/">request</a> |request|, a
3974+
<a>source list</a> |source list|, and a <a for="/">policy</a> |policy|, this
3975+
algorithm returns the result of executing [[#match-url-to-source-list]] on
3976+
|response|'s <a for="response">url</a>, |source list|, |policy|'s
3977+
[=policy/self-origin=], and |request|'s <a for="request">redirect count</a>.
39783978

39793979
Note: This is generally used in <a>directives</a>' <a>post-request check</a>
39803980
algorithms to verify that a given <a>response</a> is reasonable.

0 commit comments

Comments
 (0)