/hyde/tests/sites/test_jinja/content/crossdomain.xml

http://github.com/hyde/hyde · XML · 25 lines · 5 code · 7 blank · 13 comment · 0 complexity · af73af2833f98573a45bd4ae18d0954e MD5 · raw file

  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. <!--
  14. If you host a crossdomain.xml file with allow-access-from domain=*
  15. and dont understand all of the points described here, you probably
  16. have a nasty security vulnerability. ~ simon willison
  17. -->
  18. </cross-domain-policy>