I’m encountering an issue with blocked script execution in a specific URL. The error message reads: “Blocked script execution in ‘’ because the document’s frame is sandboxed and the ‘allow-scripts’ permission is not set.”
It seems that the document’s frame is sandboxed, but the ‘allow-scripts’ permission is missing or not set correctly. As a result, JavaScript execution is being blocked, causing functionality issues on the page.
I’ve already checked the configuration, but I’m unable to identify the root cause of the problem. Could someone provide guidance on how to properly set the ‘allow-scripts’ permission in the sandbox configuration?
Any insights or suggestions would be greatly appreciated.
I indeed have found that the block script url is not affecting my React application, so this is maybe not a blocker for apps using React. Also did not affect the AppBridge execution, everything seems to be normal, however is actually annoying having this in your console, I hope this is solved soon.