This commit is contained in:
Alexander Zinchuk 2025-10-08 12:33:14 +02:00
parent 497e0715a0
commit f7c11d7b58
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "telegram-t",
"version": "10.9.74",
"version": "10.9.75",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "telegram-t",
"version": "10.9.74",
"version": "10.9.75",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cryptography/aes": "^0.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "10.9.74",
"version": "10.9.75",
"description": "",
"author": "Alexander Zinchuk (alexander@zinchuk.com)",
"license": "GPL-3.0-or-later",

View File

@ -1 +1 @@
10.9.74
10.9.75

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: bitkeep: bnc: bybitapp: echooo: imtokenv2: mytonwallet-tc: nicegram-tc: safepal-tc: tonkeeper-pro-tc: tonkeeper-tc:;
frame-src http: https: mytonwallet-tc:;
base-uri 'none';
form-action 'none';`
.replace(/\s+/g, ' ').trim();