File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
main :
9
9
name : Build, Validate, and Publish
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
- uses : w3c/spec-prod@v2
Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ spec: WebRTC; urlPrefix: https://www.w3.org/TR/webrtc/
536
536
`Content-Security-Policy` and |response|'s [=response/header list=] :
537
537
538
538
1. Let |policy| be the result of
539
- <a abstract-op lt="parse a serialized CSP list ">parsing</a> |token|, with a
539
+ <a abstract-op lt="parse a serialized CSP">parsing</a> |token|, with a
540
540
[=policy/source=] of "`header`", and a [=policy/disposition=] of "`enforce`".
541
541
542
542
2. If |policy|'s [=policy/directive set=] is not empty, append |policy| to |policies|.
@@ -545,7 +545,7 @@ spec: WebRTC; urlPrefix: https://www.w3.org/TR/webrtc/
545
545
`Content-Security-Policy-Report-Only` and |response|'s [=response/header list=] :
546
546
547
547
1. Let |policy| be the result of
548
- <a abstract-op lt="parse a serialized CSP list ">parsing</a> |token|, with a
548
+ <a abstract-op lt="parse a serialized CSP">parsing</a> |token|, with a
549
549
[=policy/source=] of "`header`", and a [=policy/disposition=] of "`report`".
550
550
551
551
2. If |policy|'s [=policy/directive set=] is not empty, append |policy| to |policies|.
You can’t perform that action at this time.
0 commit comments