Question

How do I set the flash crossdomain.xml file to only allow https ssl secured connections? I have this but I think this will allow non secure connections too.

< cross-domain-policy > < allow-access-from domain="*" secure="false" / > < /cross-domain-policy >

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top