Problem
Chrome required unsafe-eval for loading of WebAssembly code. See WebAssembly/content-security-policy#7 and all the linked issues.
Solution
They have now thankfully added a new wasm-eval in w3c/webappsec-csp#293. As it says there, the spec is wrong, reportedly, Chrome/ium 97 accepts wasm-eval while the spec still calls it wasm-unsafe-eval.
More
After all, the issue is so big they draft a whole new spec about that, apparently: https://w3c.github.io/webappsec-csp/
Problem
Chrome required
unsafe-evalfor loading of WebAssembly code. See WebAssembly/content-security-policy#7 and all the linked issues.Solution
They have now thankfully added a new
wasm-evalin w3c/webappsec-csp#293. As it says there, the spec is wrong, reportedly, Chrome/ium 97 acceptswasm-evalwhile the spec still calls itwasm-unsafe-eval.More
After all, the issue is so big they draft a whole new spec about that, apparently: https://w3c.github.io/webappsec-csp/