Skip to content

Commit 4eea8f6

Browse files
authored
Apply suggestion
1 parent 89dd529 commit 4eea8f6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3800,11 +3800,10 @@ Content-Type: application/reports+json
38003800
Given a <a for="/">request</a> |request|, a <a>response</a> |response|,
38013801
a <a>directive</a> |directive|, and a <a for="/">policy</a> |policy|:
38023802

3803-
Note: the check uses a |request| to determine whether it should match
3804-
the |response| to the source-list. If the |request|'s
3805-
<a for="request">cryptographic nonce metadata</a> or
3806-
<a for="request">integrity metadata</a> matches the source list, then
3807-
the |response| is allowed and matching to the source list is skipped.
3803+
Note: Note: This check needs both |request| and |response| as input
3804+
parameters since if |request|'s <a for="request">cryptographic nonce metadata</a>
3805+
or <a for="request">integrity metadata</a> matches, then the check passes and
3806+
the check of whether |response|'s url matches the source list is skipped.
38083807

38093808
1. If |request|'s <a for="request">destination</a> is <a for="request/destination">script-like</a>:
38103809

0 commit comments

Comments
 (0)