From 497e0715a01b74b59fa0bd2150a1f325b07997e9 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 1 Oct 2025 01:19:25 +0300 Subject: [PATCH] Add all tonconnect deeplink protocols to `frame-src` (#469) --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index 3c43a1c69..e200fae55 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -44,7 +44,7 @@ const CSP = ` img-src 'self' data: blob: https://ss3.4sqi.net/img/categories_v2/; media-src 'self' blob: data:; object-src 'none'; - frame-src http: https: mytonwallet-tc:; + frame-src http: https: bitkeep: bnc: bybitapp: echooo: imtokenv2: mytonwallet-tc: nicegram-tc: safepal-tc: tonkeeper-pro-tc: tonkeeper-tc:; base-uri 'none'; form-action 'none';` .replace(/\s+/g, ' ').trim();