Skip to content

Instantly share code, notes, and snippets.

@gaboelnuevo
Created August 11, 2017 01:35
Show Gist options
  • Save gaboelnuevo/0329b7a02ea7d58872f50dce72d7d6eb to your computer and use it in GitHub Desktop.
Save gaboelnuevo/0329b7a02ea7d58872f50dce72d7d6eb to your computer and use it in GitHub Desktop.
Fireabse set cors

gsutil cors set cors.json gs://exampleproject.appspot.com

[
{
"origin": ["*"],
"method": ["GET"],
"maxAgeSeconds": 3600
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment