[Editorial] Fix missing input param of match-response-source-list (#732) · w3c/webappsec-csp@7092cef
antosart
·
2025-06-02
·
via Recent Commits to webappsec-csp:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3970,11 +3970,11 @@ Content-Type: application/reports+json
|
3970 | 3970 | Does |response| to |request| match |source list|? |
3971 | 3971 | </h5> |
3972 | 3972 | |
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>. |
3978 | 3978 | |
3979 | 3979 | Note: This is generally used in <a>directives</a>' <a>post-request check</a> |
3980 | 3980 | algorithms to verify that a given <a>response</a> is reasonable. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。