update
[website.git] / crossdomain.xml
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     <!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
5
6     <!-- Most restrictive policy: -->
7     <site-control permitted-cross-domain-policies="none"/>
8
9     <!-- Least restrictive policy: -->
10     <!--
11     <site-control permitted-cross-domain-policies="all"/>
12     <allow-access-from domain="*" to-ports="*" secure="false"/>
13     <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
14     -->
15 </cross-domain-policy>