Add `wasm-unsafe-eval` to browser CSP (#4644)

This commit is contained in:
Kyle Spearrin 2023-02-03 05:50:30 -05:00 committed by GitHub
parent dc082b0a7b
commit 29a5630db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
"webRequestBlocking"
],
"optional_permissions": ["nativeMessaging"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {