allow scripts

This commit is contained in:
Richard Schreiber
2024-07-08 12:03:58 +02:00
parent 5997d3922c
commit b1dfc6d825
@@ -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-top-navigation');
iframe.setAttribute('sandbox', 'allow-scripts allow-top-navigation');
$('#scacontainer').append(iframe);
$('#scacontainer iframe').on("load", function () {
waitingDialog.hide();