Skip to content

Commit

Permalink
change crossdomain to restrict everything
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ committed Oct 31, 2009
1 parent a13eef3 commit d110734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/www/crossdomain.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
<site-control permitted-cross-domain-policies="none"/>
</cross-domain-policy>

0 comments on commit d110734

Please sign in to comment.