Skip to content

Commit

Permalink
Merge branch 'feature/same-origin-in-sandbox' into develop
Browse files Browse the repository at this point in the history
 [SVCS-565]
 Closes: #300
  • Loading branch information
felliott committed Nov 14, 2017
2 parents b2ba110 + ac6dd2e commit 8bb2dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfr/server/static/js/mfr.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
self.pymParent.iframe.setAttribute('allowfullscreen', '');
self.pymParent.iframe.setAttribute('webkitallowfullscreen', '');
self.pymParent.iframe.setAttribute('scrolling', 'yes');
self.pymParent.iframe.setAttribute('sandbox', 'allow-scripts allow-popups');
self.pymParent.iframe.setAttribute('sandbox', 'allow-scripts allow-popups allow-same-origin');

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

0 comments on commit 8bb2dd4

Please sign in to comment.