We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632b8f9 commit 4e6c6aeCopy full SHA for 4e6c6ae
injected/src/features/page-context.js
@@ -42,7 +42,7 @@ function getSameOriginIframeDocument(iframe) {
42
43
// Skip sandboxed iframes unless they explicitly allow scripts
44
// Avoids: Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
45
- if (sandbox && sandbox.length > 0 && !sandbox.contains('allow-scripts')) {
+ if (sandbox && !sandbox.contains('allow-scripts')) {
46
return null;
47
}
48
0 commit comments