Skip to content

Commit 12962b8

Browse files
authored
Create crossdomain.xml
1 parent f9269ef commit 12962b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crossdomain.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3+
<cross-domain-policy>
4+
<allow-access-from domain="*" to-ports="*"/>
5+
</cross-domain-policy>

0 commit comments

Comments
 (0)