@nl5887 commented on GitHub:
Good point, will work on this. Filenames are sanitized now, but sanitize means also lowercase now.
@nl5887 commented on GitHub:
Still waiting. I'll wait just a few days and otherwise use my fork.
@CalumJEadie commented on GitHub:
You're welcome! Thanks for looking into it so quickly!
@mapio commented on GitHub:
I did it like https://github.com/mapio/transfer.sh/blob/master/transfersh-server/main.go#L172 and it now works!
[But I had to clean the browser caches to force it to…
@melmi commented on GitHub:
I don't now why github does not show quoted text. I repeat it without quotation:
</html> <html class="no-js"> <head>@nl5887 commented on GitHub:
The content / link seems to be still missing. What browser or curl version are you using?
@nl5887 commented on GitHub:
When we had links to the raw url, the service was abused by phishers which included the raw images and scripts within their phishing sites. We've chosen for a…
@orschiro commented on GitHub:
@aspacca not anymore. Thanks for the reminder! Closing...
@johnko commented on GitHub:
According to http://www.matroska.org/news/webm-matroska.html
webm is a subset of mkv
So what might work is serving *.mkv files with a Content-Type video/webm as…
@nl5887 commented on GitHub:
Good one, will fix this.
@nl5887 commented on GitHub:
Currently there is a redirect checking if the connection is secure. If not then it will redirect to https://transfer.sh/. Will work on a solution to disable the check.
@nl5887 commented on GitHub:
In the mean time, you can workaround this issue by removing the RedirectHandler in main.go, by changing:
Handler: handlers.PanicHandler(LoveHandler(RedirectHandle…
@jasonyost commented on GitHub:
Just ran into this issue myself, the code for the redirect handler is looking for a host of 127.0.0.1 in handlers.go
func RedirectHandler(h http.Handler)…