Hello. I am trying to load a script into a view (using something like an iframe) but I'm getting this error:
jquery.js:10007 Refused to load the script 'https://apps.reonic.de/elements/reonic-loader.js' because it violates the following Content Security Policy directive: "script-src 'self' 'nonce-a517de73ceb623294d9d18d0641e02d2' 'unsafe-eval'https://maps.googleapis.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback
How can I resolve this and add this to the list of allowed domains? I couldn't find the file responsible for this and it obviously doesn't come from the server.
Thanks in advance
jquery.js:10007 Refused to load the script 'https://apps.reonic.de/elements/reonic-loader.js' because it violates the following Content Security Policy directive: "script-src 'self' 'nonce-a517de73ceb623294d9d18d0641e02d2' 'unsafe-eval'https://maps.googleapis.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback
How can I resolve this and add this to the list of allowed domains? I couldn't find the file responsible for this and it obviously doesn't come from the server.
Thanks in advance
Comment