12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"CORSRules": [
|
|
{
|
|
"AllowedOrigin": ["*"],
|
|
"AllowedMethod": ["GET", "HEAD"],
|
|
"AllowedHeader": ["*"],
|
|
"ExposeHeader": ["Content-Length", "Content-Type", "ETag"],
|
|
"MaxAgeSeconds": 86400
|
|
}
|
|
]
|
|
}
|