Add all tonconnect deeplink protocols to frame-src (#469)

This commit is contained in:
Tim 2025-10-01 01:19:25 +03:00 committed by GitHub
parent 5625b75046
commit 497e0715a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();