mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-05 22:34:25 +01:00
Remove allowtransparency from checkout overlay
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
var iframe = document.createElement('iframe');
|
||||
iframe.name = 'btcpay';
|
||||
iframe.class = 'btcpay';
|
||||
iframe.setAttribute('allowtransparency', 'true');
|
||||
iframe.style.display = 'none';
|
||||
iframe.style.border = 0;
|
||||
iframe.style.position = 'fixed';
|
||||
@@ -39,6 +38,8 @@
|
||||
iframe.style.height = '100%';
|
||||
iframe.style.width = '100%';
|
||||
iframe.style.zIndex = '2000';
|
||||
// Removed, see https://github.com/btcpayserver/btcpayserver/issues/2139#issuecomment-768223263
|
||||
// iframe.setAttribute('allowtransparency', 'true');
|
||||
|
||||
var origin = 'http://chat.btcpayserver.org join us there, and initialize this with your origin url through setApiUrlPrefix';
|
||||
var scriptMatch = thisScript.match(scriptSrcRegex)
|
||||
|
||||
Reference in New Issue
Block a user