From 5dd9ff1062b74d64938f19b58b44573959a2c49f Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 10 Sep 2024 14:16:19 +0400 Subject: [PATCH] Accept only CF_HDROP for uri-list mime. Additional types lead to such problem: some programs, like JetBrains IDEs, like PyCharm, copy "file://[ip-address]/file" as an URI in uri-list, that way you can't paste it in the messenger, because it will make a request to that address and reveal clients IP address. --- Telegram/build/prepare/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index b05f65cde..be2c32ae2 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -457,7 +457,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 8cd00d57c7 + git checkout e66e768a5f """) stage('msys64', """