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.
- Host: GitHub
- URL: https://github.com/driftingruby/014-securing-file-uploads
- Owner: driftingruby
- Created: 2015-08-22T04:07:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T02:04:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T08:31:36.464Z (over 1 year ago)
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/securing-file-uploads
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README