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
Out of curiosity, I was creating a Nostalgist NextCloud App to allow playing games directly within your NextCloud instance. I think it would be cool to have a web interface in NextCloud to play games.
Ran into a Content Security block though...
Content-Security-Policy: The page’s settings blocked WebAssembly (script-src) from being executed because it violates the following directive: “script-src 'nonce-EjvuDojQHZxK0j7w51OACH9TWgnKxEZth4AuKqZbJfI='” (Missing 'wasm-unsafe-eval' or 'unsafe-eval')
Out of curiosity, I was creating a Nostalgist NextCloud App to allow playing games directly within your NextCloud instance. I think it would be cool to have a web interface in NextCloud to play games.
Ran into a Content Security block though...
Do you know if there's a way to pass a
nonce
value to the WASM so that it passes content security?RobLoach/nextcloud-nostalgist#1
The text was updated successfully, but these errors were encountered: