mirror of
https://github.com/pretix/pretix.git
synced 2026-08-07 10:17:49 +00:00
allow scripts
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user