Why you need to lock down your crossdomain.xml - 0 views
-
Crossdomain.xmlThe cross domain policy specifies which domains are allowed to read data from your site from a flash/flex application.
-
normally present on the root of the web server.
-
<allow-access-from domain="*" />
- ...1 more annotation...