Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created January 30, 2019 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jawngee/e5a2bdfccf460b8969746ed42e1e9529 to your computer and use it in GitHub Desktop.
Save jawngee/e5a2bdfccf460b8969746ed42e1e9529 to your computer and use it in GitHub Desktop.
Google Cloud Storage CORS Sample Policy
[
{
"origin": ["https://yourdomain.com"],
"responseHeader": ["*"],
"method": ["GET", "HEAD", "DELETE", "POST", "PUT", "OPTIONS"],
"maxAgeSeconds": 3600
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment