mirror of
https://github.com/scratchfoundation/scratchx-crossdomain.git
synced 2024-11-21 10:48:14 -05:00
Standard crossdomain.xml for use with ScratchX
See the ScratchX wiki for more information: https://github.com/LLK/scratchx/wiki#user-content-setting-up-crossdomainxml
This commit is contained in:
commit
ec49d81281
1 changed files with 4 additions and 0 deletions
4
crossdomain.xml
Normal file
4
crossdomain.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
|
||||
<site-control permitted-cross-domain-policies="master-only"/>
|
||||
<allow-access-from domain="scratchx.org"/>
|
||||
</cross-domain-policy>
|
Loading…
Reference in a new issue