This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-google-cloud-storage/cors-config.json

8 lines
91 B
JSON

[
{
"origin": "*",
"method": ["GET", "HEAD"],
"maxAgeSeconds": "31536000"
}
]