Skip to content

Instantly share code, notes, and snippets.

@joemidi
Created May 14, 2020 19:17
Show Gist options
  • Save joemidi/c3f76d268dcf3e6710fdee400989c8d0 to your computer and use it in GitHub Desktop.
Save joemidi/c3f76d268dcf3e6710fdee400989c8d0 to your computer and use it in GitHub Desktop.
GCS CORS JSON
[
{
"origin": ["*"],
"responseHeader": ["Content-Type", "Access-Control-Allow-Origin"],
"method": ["GET", "HEAD", "DELETE"],
"maxAgeSeconds": 3600
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment