allow same origin for cookies, etc.

This commit is contained in:
Richard Schreiber
2024-07-08 12:09:38 +02:00
parent b1dfc6d825
commit 3b8dbb87fc
@@ -295,7 +295,7 @@ var pretixstripe = {
let iframe = document.createElement('iframe');
iframe.src = payment_intent_next_action_redirect_url;
iframe.className = 'embed-responsive-item';
iframe.setAttribute('sandbox', 'allow-scripts allow-top-navigation');
iframe.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-top-navigation');
$('#scacontainer').append(iframe);
$('#scacontainer iframe').on("load", function () {
waitingDialog.hide();