mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-05 23:12:18 +00:00
delete url should respect http basic auth #87
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 @sicenul on GitHub.
I am using docker with local provider and activated http basic auth.
But as long as you know the delete url, you can delete the file immediately without providing username and password, is it intended?
@paolafrancesca commented on GitHub:
@sicenul it might be a valid point, on the other hand the delete token is already considered a secret and shown only to the uploader
@stefanbenten what do you think?