Skip to content

Commit 8bb2dd4

Browse files
committed
Merge branch 'feature/same-origin-in-sandbox' into develop
[SVCS-565] Closes: #300
2 parents b2ba110 + ac6dd2e commit 8bb2dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mfr/server/static/js/mfr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
self.pymParent.iframe.setAttribute('allowfullscreen', '');
8181
self.pymParent.iframe.setAttribute('webkitallowfullscreen', '');
8282
self.pymParent.iframe.setAttribute('scrolling', 'yes');
83-
self.pymParent.iframe.setAttribute('sandbox', 'allow-scripts allow-popups');
83+
self.pymParent.iframe.setAttribute('sandbox', 'allow-scripts allow-popups allow-same-origin');
8484

8585
self.pymParent.el.appendChild(self.spinner);
8686
$(self.pymParent.iframe).on('load', function () {

0 commit comments

Comments
 (0)