fix: validate S3 browser download CORS

This commit is contained in:
237899745
2026-07-25 16:53:15 +08:00
parent 9716fc2115
commit 091a0cee75
4 changed files with 80 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ server {
access_log off;
location / {
limit_except GET HEAD {
limit_except GET HEAD OPTIONS {
deny all;
}