Files
old-web/marketalarm-cors.json

9 lines
155 B
JSON
Raw Normal View History

2020-02-16 01:06:53 +01:00
[
{
2020-02-18 13:35:56 +01:00
"origin": ["http://localhost"],
"responseHeader": ["Content-Type"],
"method": ["GET", "HEAD", "DELETE"],
"maxAgeSeconds": 3600
2020-02-16 01:06:53 +01:00
}
]