forked from e621ng/e621ng
Limiting file downloads #16
Loading…
Reference in New Issue
Block a user
No description provided.
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?
I don't want to restrict videos being sent in cumbersome ways and prefer it be directly accessed from a http file server, but in the case of downloading instead of streaming this should be restricted to give priority to streaming.
Downloading can be replaced with something like bittorrent downloads instead, but this isn't an issue to begin with so it won't be done any time soon.
In addition, 403 should be returned for non-browser clients for the main site and bulk downloading clients for the static sites (if bittorrent downloads are implemented).