Raimund

Results 1 comments of Raimund

I faced a similar issue and found the `Content-Security-Policy` header to be the reason. By default [inline scripts are ignored](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe_inline_script) for security reasons. Removing the CSP header will allow inline...