Skip to content

Commit a2c0141

Browse files
authored
Fix wrong references to parse a serialized CSP list (#691)
1 parent b33a9a2 commit a2c0141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
main:
99
name: Build, Validate, and Publish
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: w3c/spec-prod@v2

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ spec: WebRTC; urlPrefix: https://www.w3.org/TR/webrtc/
536536
`Content-Security-Policy` and |response|'s [=response/header list=]:
537537

538538
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
540540
[=policy/source=] of "`header`", and a [=policy/disposition=] of "`enforce`".
541541

542542
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/
545545
`Content-Security-Policy-Report-Only` and |response|'s [=response/header list=]:
546546

547547
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
549549
[=policy/source=] of "`header`", and a [=policy/disposition=] of "`report`".
550550

551551
2. If |policy|'s [=policy/directive set=] is not empty, append |policy| to |policies|.

0 commit comments

Comments
 (0)