From 4ad0edce187c129005da521031b1df88802f2acc Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Sat, 29 Oct 2022 18:03:31 +0200 Subject: [PATCH] docs(CSP) add compat data for 'wasm-unsafe-eval' source expression (#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 * Minor update * Revert changes to make CI happy Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu --- http/headers/Content-Security-Policy.json | 37 +++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/http/headers/Content-Security-Policy.json b/http/headers/Content-Security-Policy.json index a5b4855311a5d..4d53392153940 100644 --- a/http/headers/Content-Security-Policy.json +++ b/http/headers/Content-Security-Policy.json @@ -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": {