Skip to content

Commit

Permalink
Add a CSP to allow WASM in Chromium extensions (#754)
Browse files Browse the repository at this point in the history
Add a CSP to allow WASM in Chromium extensions

Fixes #751
  • Loading branch information
mossroy authored Aug 23, 2021
1 parent 1d5f883 commit 0f2542e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"background": {
"scripts": ["webextension/backgroundscript.js"]
},

"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",

"author": "mossroy",
"homepage_url": "https://www.kiwix.org",
Expand Down

0 comments on commit 0f2542e

Please sign in to comment.