Skip to content

Reduce CSP policy to make Ruffle work on chrome

HJ requested to merge flash-support-csp into develop

Right now anything WebAssembly (like Ruffle) won't work at all unless you use unsafe-eval in CSP. Hopefully, eventually there will be wasm-eval and/or wasm-unsafe-eval for it.

see also: pleroma-fe!1380 (merged) see also: https://github.com/WebAssembly/content-security-policy/issues/7

Merge request reports