Skip to content

Commit 535ad80

Browse files
author
Mirko Brodesser
authored
Use "navigation request's policy container's CSP list" instead of "navigation request's client's global object's CSP list" (#692)
Complements #494 in order make the spec consistent. Preparation to fix whatwg/html#4651.
1 parent b6358ec commit 535ad80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,9 +1315,9 @@ spec:SRI; urlPrefix: https://w3c.github.io/webappsec-subresource-integrity
13151315
3. If |result| is "`Allowed`", and if |navigation request|'s
13161316
<a for="request">current URL</a>'s <a for="url">scheme</a> is `javascript`:
13171317

1318-
1. <a for=list>For each</a> |policy| of |navigation request|'s <a for="request">client</a>'s
1319-
<a for="environment settings object">global object</a>'s
1320-
<a for="global object">CSP list</a>:
1318+
1. <a for=list>For each</a> |policy| of |navigation request|'s
1319+
<a for="request">policy container</a>'s
1320+
<a for="policy container">CSP list</a>:
13211321

13221322
1. <a for=set>For each</a> |directive| of |policy|:
13231323

0 commit comments

Comments
 (0)