Skip to content

Commit 1a11f81

Browse files
[CSP3] Switch from request's window to traversable for user prompts 他
Editorial: Fix csp-hash report type in example w3c/webappsec-csp@2d2653d Switch from request's window to traversable for user prompts w3c/webappsec-csp@af1af21
1 parent d547c33 commit 1a11f81

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CSP3-ja.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
●●options
138138

139139
spec_title:Content Security Policy Level 3
140-
spec_date:2025-04-30
141-
trans_update:2025-05-16
140+
spec_date:2025-05-30
141+
trans_update:2025-05-31
142142
source_checked:230220
143143
page_state_key:WEBAPPSEC
144144
original_url:https://w3c.github.io/webappsec-csp/
@@ -1447,7 +1447,7 @@
14471447
[REPORTING]
14481448
Ilya Grigorik; Mike West. <Reporting API>. URL: https://wicg.github.io/reporting/
14491449
[REPORTING-1]
1450-
Douglas Creager; Ian Clelland; Mike West. <Reporting API>. 13 August 2024. WD. URL: https://www.w3.org/TR/reporting-1/
1450+
Douglas Creager; Ian Clelland; Mike West. <Reporting API>. 15 May 2025. WD. URL: https://www.w3.org/TR/reporting-1/
14511451
[RFC2119]
14521452
S. Bradner. <Key words for use in RFCs to Indicate Requirement Levels>. March 1997. Best Current Practice. URL: https://datatracker.ietf.org/doc/html/rfc2119
14531453
[RFC3492]
@@ -1484,7 +1484,7 @@
14841484
●●ref_informative
14851485

14861486
[APPMANIFEST]
1487-
Marcos Caceres; et al. <Web Application Manifest>. 20 March 2025. WD. URL: https://www.w3.org/TR/appmanifest/
1487+
Marcos Caceres; et al. <Web Application Manifest>. 5 May 2025. WD. URL: https://www.w3.org/TR/appmanifest/
14881488
[BEACON]
14891489
Ilya Grigorik; Alois Reitbauer. <Beacon>. 3 August 2022. CRD. URL: https://www.w3.org/TR/beacon/
14901490
[CSP2]
@@ -5606,7 +5606,7 @@ <h2 title="Reporting">5. 報告-法</h2>
56065606
Content-Type: application/reports+json
56075607

56085608
[{
5609-
"type": "csp-hash-report",
5609+
"type": "csp-hash",
56105610
"age": 12,
56115611
"url": "https://example.com/",
56125612
"user_agent": "Mozilla/5.0 (X11; Linux i686; rv:132.0) Gecko/20100101 Firefox/132.0",
@@ -6196,7 +6196,7 @@ <h3 title="Report a violation">5.5. 違反を報告する</h3>
61966196
`~method$rq ~SET `POST^l,
61976197
`~URL$rq ~SET %違反 の`~URL$vr,
61986198
`生成元$rq ~SET %違反 の`大域~obj$vrに`関連な設定群~obj$の`生成元$enV,
6199-
`利用者~prompt用の辿可能$rq ~SET `no-traversable^l【!`~window$rq ~SET `no-window^l 】,
6199+
`利用者~prompt用の辿可能$rq ~SET `no-traversable^l,
62006200
`~client$rq ~SET %違反 の`大域~obj$vrに`関連な設定群~obj$,
62016201
`行先$rq ~SET `report^l,
62026202
`起動元$rq ~SET 空~文字列,
@@ -6214,8 +6214,8 @@ <h3 title="Report a violation">5.5. 違反を報告する</h3>
62146214
• violation’s url
62156215
origin
62166216
• violation’s global object’s relevant settings object’s origin
6217-
window
6218-
• "no-window"
6217+
traversable for user prompts
6218+
• "no-traversable"
62196219
client
62206220
• violation’s global object’s relevant settings object
62216221
destination

0 commit comments

Comments
 (0)