Skip to content

Commit

Permalink
Add crossdomain.xml to static dir to support cross-domain requests fr…
Browse files Browse the repository at this point in the history
…om flash.
  • Loading branch information
metajack committed Jan 20, 2010
1 parent 304f173 commit 21134c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions html/crossdomain.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!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="*" />
<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy>

0 comments on commit 21134c4

Please sign in to comment.