Skip to content

Instantly share code, notes, and snippets.

@latortuga
Created December 8, 2012 20:07
Show Gist options
  • Select an option

  • Save latortuga/4241703 to your computer and use it in GitHub Desktop.

Select an option

Save latortuga/4241703 to your computer and use it in GitHub Desktop.
Amazon S3 crossdomain.xml
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment