@robertgendler commented on GitHub:
Fixed within the Catalina branch.
@nl5887 commented on GitHub:
Fixed with commit @2eb2d1d7f4526eff86f235667286284457c1585b
@schollz commented on GitHub:
I don't know Docker, but why not just build with Go? After you install Go just use:
git clone https://github.com/dutchcoders/trans…
@schollz commented on GitHub:
Download and install:
wget https://storage.googleapis.com/golang/go1.6.2.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.6.2.linux-armv6l.tar.gz
Add a…
@pepa65 commented on GitHub:
Great idea, but definitely prefer the first form:
https://transfer.sh/<random_code>/<filename>
https://transfer.sh/delete/<another_very_different_random_code>/<…
@monkz commented on GitHub:
An attacker has access to multiple IP addresses and introducing ratelimits is the same as introducing a denial-of-service attack vector. @ribamar-santarosa : so your…
@ribamar-santarosa commented on GitHub:
how did you get to that conclusion? how can they take advantage of having multiple IPs to change or fake the IP of the creation of the file? And how about…
@monkz commented on GitHub:
I would opt for the first as default, and the second may be returned if /json is at the end of the url.
This would be analog to the "Scan for malware"-example.
Bu…
@ribamar-santarosa commented on GitHub:
Can't you use the creation time (or another file attribute, or another creation attribute, like IP of upload ) as a simple pin code to delete the file? 3…
@macblazer commented on GitHub:
I've generated an appropriate CSV file from the data in the CC GPOS Control Mappings.pdf at the above link. Running the scripts/generate_mapping.py on it…
@monkz commented on GitHub:
I've to extend/amend my former comments: The deletion shouldn't be executed on a GET request - as it might result in deletion by crawlers (there were some image…
@paolafrancesca commented on GitHub:
@pepa65 the problem is that I don't find any proper solution to provide the ability for the uploader to delete the file in a way that others cannot without…
@nl5887 commented on GitHub:
I have thought before about this issue, and thought about returning an extra X-Url-Delete header, which would not interfere with current api / scripts and could be…