mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Add wasm-unsafe-eval to browser CSP (#4644)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user