Skip to content

Commit

Permalink
docs(CSP) add compat data for 'wasm-unsafe-eval' source expression (#…
Browse files Browse the repository at this point in the history
…17947)

* docs(CSP) add compat data for 'wasm-unsafe-eval' source expression

* docs(HTTP): Fix null added as string

* 'wasm-unsafe-eval' supported in Safari 16, not Technology Preview 141

* Apply suggestions from code review

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>

* Minor update

* Revert changes to make CI happy

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
  • Loading branch information
bsmth and queengooborg committed Oct 29, 2022
1 parent 9b17783 commit 4ad0edc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions http/headers/Content-Security-Policy.json
Expand Up @@ -1086,6 +1086,43 @@
"deprecated": false
}
}
},
"wasm-unsafe-eval": {
"__compat": {
"description": "Source expression allowing WebAssembly execution",
"support": {
"chrome": {
"version_added": "97"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "102"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "16"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"script-src-attr": {
Expand Down

0 comments on commit 4ad0edc

Please sign in to comment.