You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When salvation encounters a Content Security Policy with the wasm-unsafe-eval directive, it reports:
Bad content security policy: Expecting source-expression but found "'wasm-unsafe-eval'".
According to https://caniuse.com/?search=wasm-unsafe-eval, wasm-unsafe-eval is supported by 87.81% of all users globally, which is quite broad and it's probably reasonable to count it as a valid directive now.
The text was updated successfully, but these errors were encountered:
When
salvation
encounters a Content Security Policy with thewasm-unsafe-eval
directive, it reports:According to https://caniuse.com/?search=wasm-unsafe-eval,
wasm-unsafe-eval
is supported by 87.81% of all users globally, which is quite broad and it's probably reasonable to count it as a valid directive now.The text was updated successfully, but these errors were encountered: