Skip to content

Commit f728855

Browse files
author
kano-e
committedMay 26, 2015
Add crossdomain.xml
0 parents  commit f728855

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

Diff for: ‎crossdomain.xml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
2+
<site-control permitted-cross-domain-policies="master-only"/>
3+
<allow-access-from domain="scratchx.org"/>
4+
<allow-access-from domain="llk.github.io"/>
5+
</cross-domain-policy>

0 commit comments

Comments
 (0)
Please sign in to comment.