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 b2ba110 + ac6dd2e commit 8bb2dd4Copy full SHA for 8bb2dd4
mfr/server/static/js/mfr.js
@@ -80,7 +80,7 @@
80
self.pymParent.iframe.setAttribute('allowfullscreen', '');
81
self.pymParent.iframe.setAttribute('webkitallowfullscreen', '');
82
self.pymParent.iframe.setAttribute('scrolling', 'yes');
83
- self.pymParent.iframe.setAttribute('sandbox', 'allow-scripts allow-popups');
+ self.pymParent.iframe.setAttribute('sandbox', 'allow-scripts allow-popups allow-same-origin');
84
85
self.pymParent.el.appendChild(self.spinner);
86
$(self.pymParent.iframe).on('load', function () {
0 commit comments