12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"CORSRules": [
|
|
{
|
|
"AllowedOrigins": ["https://tp.workyai.cn"],
|
|
"AllowedMethods": ["GET", "HEAD"],
|
|
"AllowedHeaders": ["*"],
|
|
"ExposeHeaders": ["Content-Disposition", "Content-Length", "Content-Type", "ETag"],
|
|
"MaxAgeSeconds": 3600
|
|
}
|
|
]
|
|
}
|