Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wasm-eval and document that problem around that #50

Open
rugk opened this issue Mar 26, 2022 · 0 comments
Open

Add wasm-eval and document that problem around that #50

rugk opened this issue Mar 26, 2022 · 0 comments

Comments

@rugk
Copy link

rugk commented Mar 26, 2022

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant