From 382c217eb219b04bd362c2cd4662efd36db8e6b6 Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Mon, 18 Jul 2022 16:01:47 +0200 Subject: [PATCH] F --- .env | 4 ++-- src/components/popups/paymentVerification.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 408b5847..9628aa1c 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ API_ID=1025907 API_HASH=452b0359b988148995f22ff0f4229750 VERSION=1.5.0 -VERSION_FULL=1.5.0 (194) -BUILD=194 +VERSION_FULL=1.5.0 (195) +BUILD=195 diff --git a/src/components/popups/paymentVerification.ts b/src/components/popups/paymentVerification.ts index 0fb0e5b0..ea90c2d0 100644 --- a/src/components/popups/paymentVerification.ts +++ b/src/components/popups/paymentVerification.ts @@ -22,7 +22,8 @@ export function createVerificationIframe(url: string, callback: TelegramWebviewE const iframe = document.createElement('iframe'); // iframe.title = 'Complete Payment'; iframe.allow = 'payment'; - iframe.setAttribute('sandbox', 'allow-forms allow-scripts allow-same-origin allow-top-navigation allow-modals'); + // iframe.setAttribute('sandbox', 'allow-forms allow-scripts allow-same-origin allow-top-navigation allow-modals'); + iframe.setAttribute('sandbox', 'allow-forms allow-scripts allow-same-origin allow-modals'); iframe.classList.add('payment-verification'); iframe.src = url;