Post

Replies

Boosts

Views

Activity

Comment on Safari Web Extensions and WebAssembly
Hi, I am having an issue with loading the wasm file. Using WebAssembly.instantiate, safari will show an CompileError: Refused to create a WebAssembly object because 'unsafe-eval' or 'wasm-unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'". A few months ago was working fine, my original content_security_policy was "script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline';";
Sep ’24