Skip to content

Commit

Permalink
Merge pull request #56 from samet/master
Browse files Browse the repository at this point in the history
Added support for non-https served Flash client.
  • Loading branch information
berkerpeksag committed Aug 13, 2012
2 parents 28a3371 + 2160394 commit 9848cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/xml/crossdomain.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy> <cross-domain-policy>
<allow-http-request-headers-from domain="*" headers="*" /> <allow-http-request-headers-from domain="*" headers="*" />
<allow-access-from domain="*"/> <allow-access-from domain="*" secure="false" />
</cross-domain-policy> </cross-domain-policy>

0 comments on commit 9848cd1

Please sign in to comment.