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.

13 lines
370 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <access-policy>
  3. <cross-domain-access>
  4. <policy>
  5. <allow-from http-request-headers="*">
  6. <domain uri="http://*"/>
  7. <domain uri="https://*"/>
  8. </allow-from>
  9. <grant-to>
  10. <resource path="/" include-subpaths="true"/>
  11. </grant-to>
  12. </policy>
  13. </cross-domain-access>
  14. </access-policy>