Files
001code-html--cocos/docker-conf/oss-cors-rules.json
2026-06-16 16:27:02 +08:00

12 lines
232 B
JSON

{
"CORSRules": [
{
"AllowedOrigin": ["*"],
"AllowedMethod": ["GET", "HEAD"],
"AllowedHeader": ["*"],
"ExposeHeader": ["Content-Length", "Content-Type", "ETag"],
"MaxAgeSeconds": 86400
}
]
}