mirror of
https://github.com/nspcc-dev/panel-fs-neo-org.git
synced 2026-03-01 04:29:25 +00:00
More strict "allow reads for others" setting #108
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @roman-khimov on GitHub (Mar 28, 2024).
Originally assigned to: @mike-petrov on GitHub.
Current Behavior
"allow reads for others" sets two rules to allow GET and HEAD.
Expected Behavior
It should also allow RANGE and RANGEHASH. It should at the same time disable SEARCH/PUT/DELETE (these rules should come first).
Possible Solution
Fix rules.
Your Environment
@roman-khimov commented on GitHub (Apr 17, 2024):
How to fix already existing containers:
Rule order doesn't matter in this case and SEARCH is optional (you can disable it as well or you can leave it available, your choice).