Skip to content

Commit

Permalink
add wasm-unsafe-eval
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Mar 18, 2023
1 parent 024f944 commit 336232a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/dash/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta
http-equiv="Content-Security-Policy"
content="
script-src 'strict-dynamic' 'nonce-67aa5601-e569-4a6c-beff-8f4788a8c838';
script-src 'strict-dynamic' 'nonce-67aa5601-e569-4a6c-beff-8f4788a8c838' 'wasm-unsafe-eval';
base-uri 'self';
connect-src *;
img-src *;
Expand Down
2 changes: 1 addition & 1 deletion app/tray/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta
http-equiv="Content-Security-Policy"
content="
script-src 'strict-dynamic' 'nonce-13b31a98-7c25-430d-a8b2-e3dc32dd0e83';
script-src 'strict-dynamic' 'nonce-13b31a98-7c25-430d-a8b2-e3dc32dd0e83' 'wasm-unsafe-eval';
base-uri 'self';
connect-src *;
img-src *;
Expand Down

0 comments on commit 336232a

Please sign in to comment.