1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-09 14:45:40 +02:00
factorio-sites/apps/blueprints/gcp-storage-cors.json

13 lines
257 B
JSON

[
{
"origin": [
"https://factorioblueprints.tech",
"https://static.factorioblueprints.tech",
"https://dev.factorioblueprints.tech"
],
"method": ["GET"],
"responseHeader": ["Content-Type"],
"maxAgeSeconds": 3600
}
]