From 5d5d09a7d966224e444e3823e61d0d98acac2867 Mon Sep 17 00:00:00 2001 From: Toni Williams Date: Sat, 12 Nov 2022 03:54:11 -0500 Subject: [PATCH 1/7] Update CSM destinations to CSP Level 3. git status --- PULL_REQUEST_TEMPLATE.md | 4 ++-- fetch.bs | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 9411e2e1c..7a7d8c250 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,8 @@ Thank you for contributing to the Fetch Standard! Please describe the change you --> - [ ] At least two implementers are interested (and none opposed): - * … - * … + * … Update CSP destinations to CSP Level 3 + * … Change 'style-src' to 'style-src-elem' - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: * … - [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: diff --git a/fetch.bs b/fetch.bs index faefce048..f3f23bc62 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1654,11 +1654,11 @@ not always relevant and might require different behavior. cursor, CSS' list-style-image, … "audioworklet" - script-src + script-src-elem audioWorklet.addModule() "paintworklet" - script-src + script-src-elem CSS.paintWorklet.addModule() "script" @@ -1678,11 +1678,11 @@ not always relevant and might require different behavior. Federated Credential Management requests "worker" - child-src, script-src, worker-src + worker-src, script-src, worker-src Worker "style" - style-src + style-src-elem HTML's <link rel=stylesheet>, CSS' @import "track" @@ -1718,7 +1718,7 @@ not always relevant and might require different behavior. "xslt" "xslt" - script-src + script-src-elem <?xml-stylesheet> @@ -8465,6 +8465,7 @@ Tiancheng "Timothy" Gu, Tobie Langel, Tom Schuster, Tomás Aparicio, +Toni Williams, triple-underscore, 保呂毅 (Tsuyoshi Horo), Tyler Close, From c4262a7d7552c2a386aa6710c270261b91265ab8 Mon Sep 17 00:00:00 2001 From: Toni Williams Date: Mon, 14 Nov 2022 11:15:51 -0500 Subject: [PATCH 2/7] Update CSM destination list to CSP level 3. --- PULL_REQUEST_TEMPLATE.md | 4 ++-- fetch.bs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7a7d8c250..599e28c12 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,8 @@ Thank you for contributing to the Fetch Standard! Please describe the change you --> - [ ] At least two implementers are interested (and none opposed): - * … Update CSP destinations to CSP Level 3 - * … Change 'style-src' to 'style-src-elem' + * … + * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: * … - [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: diff --git a/fetch.bs b/fetch.bs index f3f23bc62..e922db9fd 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1654,7 +1654,7 @@ not always relevant and might require different behavior. cursor, CSS' list-style-image, … "audioworklet" - script-src-elem + script-src, script-src-elem audioWorklet.addModule() "paintworklet" @@ -1678,11 +1678,11 @@ not always relevant and might require different behavior. Federated Credential Management requests "worker" - worker-src, script-src, worker-src + child-src, script-src, worker-src Worker "style" - style-src-elem + style-src, style-src-elem HTML's <link rel=stylesheet>, CSS' @import "track" From 3b13140eaa1816e46abae3471ae502e1aec83161 Mon Sep 17 00:00:00 2001 From: Toni Williams Date: Mon, 14 Nov 2022 12:36:50 -0500 Subject: [PATCH 3/7] Update CSM destinations to CSP level 3 --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index e922db9fd..b70e0664f 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1658,7 +1658,7 @@ not always relevant and might require different behavior. audioWorklet.addModule() "paintworklet" - script-src-elem + script-src, script-src-elem CSS.paintWorklet.addModule() "script" From 06575c34e37482b961811eba8b9df711b9b91352 Mon Sep 17 00:00:00 2001 From: Toni Williams Date: Mon, 14 Nov 2022 13:03:07 -0500 Subject: [PATCH 4/7] Delete PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 599e28c12..000000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ - - -- [ ] At least two implementers are interested (and none opposed): - * … - * … -- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: - * … -- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: - * Chromium: … - * Gecko: … - * WebKit: … - * Deno (not for CORS changes): … -- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … - -(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) From f3fd1347b4e2f7975d4e7f7008db49832fc43d2b Mon Sep 17 00:00:00 2001 From: Toni Williams Date: Mon, 26 Dec 2022 16:14:35 -0500 Subject: [PATCH 5/7] revert changing pull request file --- PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..599e28c12 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +- [ ] At least two implementers are interested (and none opposed): + * … + * … +- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: + * … +- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: + * Chromium: … + * Gecko: … + * WebKit: … + * Deno (not for CORS changes): … +- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … + +(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) From 2f3d5b80dc0345e8559505d88a636b5b78d52bd9 Mon Sep 17 00:00:00 2001 From: Toni Williams Date: Thu, 26 Jan 2023 22:31:24 -0500 Subject: [PATCH 6/7] Revert "Delete PULL_REQUEST_TEMPLATE.md" This reverts commit 06575c34e37482b961811eba8b9df711b9b91352. --- PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..599e28c12 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +- [ ] At least two implementers are interested (and none opposed): + * … + * … +- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: + * … +- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: + * Chromium: … + * Gecko: … + * WebKit: … + * Deno (not for CORS changes): … +- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … + +(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) From 6fbefaf9e2db4bd513b0838431981a579b6e9566 Mon Sep 17 00:00:00 2001 From: Toni Williams Date: Thu, 26 Jan 2023 23:23:29 -0500 Subject: [PATCH 7/7] 1536 --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index 527978591..7d228f8c9 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1822,7 +1822,7 @@ not always relevant and might require different behavior. "xslt" "xslt" - script-src-elem + script-src, script-src-elem <?xml-stylesheet>