Skip to content

Instantly share code, notes, and snippets.

@balexand
Created August 26, 2013 17:20
Show Gist options
  • Select an option

  • Save balexand/6344041 to your computer and use it in GitHub Desktop.

Select an option

Save balexand/6344041 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazon.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>https://tracker-dvd.ufcfit-one.com</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>PUT</AllowedMethod>
<MaxAgeSeconds>3000</MaxAgeSeconds>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment