richdocuments icon indicating copy to clipboard operation
richdocuments copied to clipboard

WASM headers for online

Open juliushaertl opened this issue 10 months ago • 11 comments

As asked for by @mmeeks we would need to have wasm-unsafe-eval CSP headers set for WASM experiments currently taking place.

I checked back and we have a partly mechanism available to set those by https://github.com/nextcloud/server/pull/38082 this is however not used yet by Nextcloud Talk, as there the wasm is running in a service worker which doesn't require this.

We should be able to add those headers of course, just some additional questions:

@mmeeks To you have a need to run the online wasm in the main thread? As far as I understood this could have a significant impact on browser responsiveness.

juliushaertl avatar Oct 26 '23 10:10 juliushaertl