github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/public/crossdomain.xml (about)

     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      <!--<site-control permitted-cross-domain-policies="all"/>
    11      <allow-access-from domain="*" to-ports="*" secure="false"/>
    12      <allow-http-request-headers-from domain="*" headers="*" secure="false"/>-->
    13      
    14  </cross-domain-policy>