Skip to content

Commit

Permalink
Accept only CF_HDROP for uri-list mime.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
john-preston committed Sep 10, 2024
1 parent d1e3b9f commit 5dd9ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def runStages():
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 8cd00d57c7
git checkout e66e768a5f
""")

stage('msys64', """
Expand Down

0 comments on commit 5dd9ff1

Please sign in to comment.