mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Add raw link to the file #390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @esamattis on GitHub.
transfer.sh seems to do some kind of user agent sniffing and it displays the files in a HTML wrapper in the browser. Which is fine, but it should also display a raw link to the file which does not ever add the wrapper because now it is impossible to view images in their full size or use JSON-formatting extensions to view json files in browser.
@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 solution that when the referer is transfer.sh the raw file will be shown. I'll look into a solution.