Files
image-apiv3/r2-cors.json
Beyhan Oğur 031582ea2c first commit
2026-04-26 22:11:03 +03:00

10 lines
166 B
JSON

[
{
"AllowedOrigins": ["*"],
"AllowedMethods": ["GET", "HEAD"],
"AllowedHeaders": ["*"],
"ExposeHeaders": ["ETag"],
"MaxAgeSeconds": 3600
}
]