Skip to content

Instantly share code, notes, and snippets.

@jefftougas
Created April 18, 2011 21:10
Show Gist options
  • Save jefftougas/926186 to your computer and use it in GitHub Desktop.
Save jefftougas/926186 to your computer and use it in GitHub Desktop.
An (un)proper crossdomain file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all" />
<allow-access-from domain="*" secure="false" />
<allow-http-request-headers-from domain="*" headers="*" secure="false" />
</cross-domain-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment