diff --git a/apps/browser/src/manifest.json b/apps/browser/src/manifest.json index ae3d2fb9ec..4219643655 100644 --- a/apps/browser/src/manifest.json +++ b/apps/browser/src/manifest.json @@ -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": {