Skip to content

Instantly share code, notes, and snippets.

@jaredjenkins
Last active December 16, 2015 12:19
Show Gist options
  • Save jaredjenkins/5433610 to your computer and use it in GitHub Desktop.
Save jaredjenkins/5433610 to your computer and use it in GitHub Desktop.
Unity Crossdomain
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment