Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="UTF-8" ?>
  3. <!-- <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> -->
  4. <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/schemas/PolicyFileHttps.xsd">
  5. <cross-domain-policy>
  6. <allow-access-from domain="*" secure="false"/>
  7. <site-control permitted-cross-domain-policies="all"/>
  8. </cross-domain-policy>
  9. <!-- <cross-domain-policy>
  10. <allow-access-from domain="*" />
  11. </cross-domain-policy> -->
  12.  
  13.  
  14. <access-policy>
  15. <cross-domain-access>
  16. <policy>
  17. <allow-from http-request-headers="*">
  18. <domain uri="http://*"/>
  19. <domain uri="https://*"/>
  20. </allow-from>
  21. <grant-to>
  22. <resource path="/" include-subpaths="true"/>
  23. </grant-to>
  24. </policy>
  25. </cross-domain-access>
  26. </access-policy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement