From d62cd024a941e868fccc9d1e67da10e5a98840bd Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 8 Oct 2025 12:33:16 +0200 Subject: [PATCH] Add all tonconnect deeplink protocols to `frame-src` --- webpack.config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index 3c43a1c69..c70caccdd 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -44,7 +44,9 @@ 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();