You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
603 B

  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. <!-- Most restrictive policy: -->
  6. <site-control permitted-cross-domain-policies="none"/>
  7. <!-- Least restrictive policy: -->
  8. <!--
  9. <site-control permitted-cross-domain-policies="all"/>
  10. <allow-access-from domain="*" to-ports="*" secure="false"/>
  11. <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
  12. -->
  13. </cross-domain-policy>