Skip to content

Commit

Permalink
update mdn_url and description for report-sample strict-dynamic `…
Browse files Browse the repository at this point in the history
…unsafe-hashes` value of CSP (mdn#21588)

* update

* remove

* add

* fix

* update description key

* Apply suggestions from code review

Co-authored-by: Florian Scholz <[email protected]>

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
skyclouds2001 and Elchi3 authored Dec 14, 2023
1 parent 7ae79f7 commit 1a381f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions http/headers/Content-Security-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,8 @@
},
"report-sample": {
"__compat": {
"description": "<code>report-sample</code> source value",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#report-sample",
"support": {
"chrome": {
"version_added": "59"
Expand Down Expand Up @@ -1190,7 +1192,8 @@
},
"strict-dynamic": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#strict-dynamic",
"description": "<code>strict-dynamic</code> source value",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#strict-dynamic",
"support": {
"chrome": {
"version_added": "52"
Expand Down Expand Up @@ -1367,7 +1370,8 @@
},
"unsafe-hashes": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe-hashes",
"description": "<code>unsafe-hashes</code> source value",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#unsafe-hashes",
"support": {
"chrome": {
"version_added": "69"
Expand Down

0 comments on commit 1a381f9

Please sign in to comment.