Replies: 1 comment
-
Your policy is forbidding the evaluation of anything as code, including WASM. ( There is an ongoing proposal from Chrome to allow WASM through the At this time, your policy restrictions are forbidding you from using WASM. You need to have the policy decision reevaluated, unfortunately, since you cannot both allow and disallow WASM at the same time. The current landscape with CSP is also not kind to WASM, since CSP combines JavaScript and WASM under the umbrella |
Beta Was this translation helpful? Give feedback.
-
Any thoughts on CSP headers? For a project we want to use Egui for the web with WASM, but are also required to use CSP headers. At the moment, as far as i am aware, only 'script-scr' unsafe-eval is possible.
Is there a possibility to make it work with script-scr: 'self' only?
Is there a good argument to not to be worried with unsafe-eval, considering the full website is only WASM / Egui?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions