Skip to content

Instantly share code, notes, and snippets.

View naninunecco's full-sized avatar

naninunecco naninunecco

View GitHub Profile
@naninunecco
naninunecco / cors.json
Created August 29, 2016 05:57
cors.json
{
"CORSRules": [
{
"AllowedOrigins": ["*"],
"AllowedHeaders": ["Authorization"],
"AllowedMethods": ["GET"],
"MaxAgeSeconds": 3000
}
]
}