Skip to content

Commit

Permalink
Merge pull request #18748 from Rob--W/crx-mv3-enable-wasm
Browse files Browse the repository at this point in the history
[CRX] Enable WebAssembly in Chrome extension
  • Loading branch information
timvandermeij committed Sep 15, 2024
2 parents c72fb9b + 3170bf3 commit bf5c987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"js": ["contentscript.js"]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"storage": {
"managed_schema": "preferences_schema.json"
},
Expand Down

0 comments on commit bf5c987

Please sign in to comment.