Skip to content

Instantly share code, notes, and snippets.

@gouravtiwari
Created August 3, 2018 13:29
Show Gist options
  • Save gouravtiwari/a56d8ad34702f844a35ed0b6ebd272f8 to your computer and use it in GitHub Desktop.
Save gouravtiwari/a56d8ad34702f844a35ed0b6ebd272f8 to your computer and use it in GitHub Desktop.
Cors Config for assets for https
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
 <AllowedOrigin>https://*</AllowedOrigin>
 <AllowedOrigin>http://*</AllowedOrigin>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment