Is it possible to disable wasm? #1266
Unanswered
wisefool769
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a webapp that deps
libsodium
and I want to use a stricter CSP.libsodium
errors unless I useunsafe-eval
for thescript-src
directive. I believe my webapp will work fine usingasm.js
. Is there a way for me to deploy it with wasm disabled, so that I can use a stricter CSP?Beta Was this translation helpful? Give feedback.
All reactions