An open API service indexing awesome lists of open source software.

https://github.com/driftingruby/014-securing-file-uploads

Be default, Refile does not have a way to secure file downloads. It relies on a generated hash that is unknown to users unless the page renders that image or has a download to that file. This is okay sometimes, however, protecting the file from being downloaded for those who have the URL is a bit more involved.
https://github.com/driftingruby/014-securing-file-uploads

Last synced: about 1 year ago
JSON representation

Be default, Refile does not have a way to secure file downloads. It relies on a generated hash that is unknown to users unless the page renders that image or has a download to that file. This is okay sometimes, however, protecting the file from being downloaded for those who have the URL is a bit more involved.

Awesome Lists containing this project

README