mirror of
https://github.com/scratchfoundation/scratchx-crossdomain.git
synced 2024-11-21 10:48:14 -05:00
ec49d81281
See the ScratchX wiki for more information: https://github.com/LLK/scratchx/wiki#user-content-setting-up-crossdomainxml
4 lines
292 B
XML
4 lines
292 B
XML
<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>
|