It was asked to us to host a crossdomain.xml file in our servers in order to access some XML files we have developed. The content of this file is:
<cross-domain-policy>
<allow-access-from domain="*" to-ports="*"/>
</cross-domain-policy>
Is it OK?