Hello, I would like to ask for help or a workaround for an issue I am facing. I have created a JavaScript Fragment to be added to a web app/page. However, when I invoke the script, I receive the following message in the developer tools console window: "main.js:829 Refused to execute inline script because it violates the following Content Security Policy directive: 'script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules'". It seems that my code is being blocked from execution.
Interestingly, this problem does not exist in the web browser in my development environment. I am wondering if there is any workaround to bypass the Content Security Policy?
------------------------------
Terence Toledo
------------------------------