fix: validate S3 browser download CORS
This commit is contained in:
@@ -25,7 +25,7 @@ server {
|
||||
access_log off;
|
||||
|
||||
location / {
|
||||
limit_except GET HEAD {
|
||||
limit_except GET HEAD OPTIONS {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user