mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Add wasm-unsafe-eval to browser CSP (#4644)
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
],
|
],
|
||||||
"optional_permissions": ["nativeMessaging"],
|
"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": {
|
"commands": {
|
||||||
"_execute_browser_action": {
|
"_execute_browser_action": {
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
|
|||||||
Reference in New Issue
Block a user