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.
2 parents 9b1d290 + d86b375 commit 369fee5Copy full SHA for 369fee5
src/managers/views/iframe.js
@@ -91,7 +91,7 @@ class IframeView {
91
92
// sandbox
93
this.iframe.sandbox = "allow-same-origin";
94
- if (this.settings.allowScriptedContent && this.section.properties.indexOf("scripted") > -1) {
+ if (this.settings.allowScriptedContent) {
95
this.iframe.sandbox += " allow-scripts"
96
}
97
0 commit comments