mirror of
https://github.com/scratchfoundation/scratchx-crossdomain.git
synced 2024-11-24 08:38:21 -05:00
5 lines
292 B
XML
5 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>
|