crossdomain.xml für ftp.c3d2.de

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1078 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-02-04 13:11:04 +00:00
parent 6b972fae8d
commit 88cd3a755d
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<!-- This is the only cross-domain policy file for this server -->
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="c3d2.de"/>
<allow-access-from domain="*.c3d2.de"/>
<allow-access-from domain="cccdd.de"/>
<allow-access-from domain="*.cccdd.de"/>
<allow-access-from domain="dresden.ccc.de"/>
<allow-access-from domain="*.dresden.ccc.de"/>
</cross-domain-policy>