Files
old-web/marketalarm-cors.json

13 lines
241 B
JSON
Raw Normal View History

2020-02-16 01:06:53 +01:00
[
{
2020-02-18 23:49:00 +01:00
"origin": ["*"],
"responseHeader": [
"Content-Type",
"Access-Control-Allow-Origin",
"x-goog-resumable"
],
"method": ["GET", "HEAD", "DELETE", "POST", "PUT", "OPTIONS"],
2020-02-18 13:35:56 +01:00
"maxAgeSeconds": 3600
2020-02-16 01:06:53 +01:00
}
]