Files
Onsol-GO/tool/storage-cors.example.json
T
2026-04-23 23:58:59 -05:00

9 lines
250 B
JSON

[
{
"origin": ["https://onsol-go.web.app", "http://localhost:5000", "http://localhost:8080"],
"method": ["GET", "HEAD"],
"maxAgeSeconds": 3600,
"responseHeader": ["Content-Type", "Authorization", "Content-Length", "x-goog-*"]
}
]