Hi there,
I’m encountering an issue with blocked script execution in a specific URL. There are plenty of users with the same issues, I’m hoping to get more assistance.
When loading the application, the front end loops with thousands of requests and errors. 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.
This happens on both chrome and safari.
Additionally, specifically in Safari I’m getting 403 error for:
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.