From 48f7c32fb4f769e74e0a8613c8c9b263ad531426 Mon Sep 17 00:00:00 2001 From: Antonio Sartori Date: Mon, 2 Jun 2025 10:16:32 +0200 Subject: [PATCH] [Editorial] Fix missing input param of match-response-source-list --- index.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.bs b/index.bs index 9349d0aa2c..30b2cb7764 100644 --- a/index.bs +++ b/index.bs @@ -3970,11 +3970,11 @@ Content-Type: application/reports+json Does |response| to |request| match |source list|? - Given a request |request|, and a source list |source list|, - and a policy |policy|, this algorithm returns the result of executing - [[#match-url-to-source-list]] on |response|'s url, - |source list|, |policy|'s [=policy/self-origin=], and |request|'s - redirect count. + Given a response |response|, a request |request|, a + source list |source list|, and a policy |policy|, this + algorithm returns the result of executing [[#match-url-to-source-list]] on + |response|'s url, |source list|, |policy|'s + [=policy/self-origin=], and |request|'s redirect count. Note: This is generally used in directives' post-request check algorithms to verify that a given response is reasonable.