1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-30 11:15:36 +02:00

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

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": {