mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
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.
This commit is contained in:
parent
d1e3b9f15d
commit
5dd9ff1062
1 changed files with 1 additions and 1 deletions
|
@ -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', """
|
||||
|
|
Loading…
Add table
Reference in a new issue