Skip to content

Instantly share code, notes, and snippets.

@analyticsPierce
Created December 5, 2012 17:31
Show Gist options
  • Save analyticsPierce/4217721 to your computer and use it in GitHub Desktop.
Save analyticsPierce/4217721 to your computer and use it in GitHub Desktop.
crossdomain.xml example
<cross-domain-policy>
<allow-access-from domain="*.brightcove.com" secure="false"></allow-access-from>
<allow-http-request-headers-from domain="*.brightcove.com" headers="*" secure="false"></allow-http-request-headers-from>
</cross-domain-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment