February 21, 2010 - 21:36 CET
Most web browsers implement
the Same Origin Policy which limits how javascript etc. can interact across domains. Without this policy an attacker could setup a site, and if tricked into visiting it, the attacker could read data from all your logged in sessions (gmail, banking etc.) and perform actions against those sites on your behalf. This policy was seen as a bit to restrictive for flash/flex/silverlight which may need to read data from other domains. Adobe introduced the
cross domain policy to address this concern. Unfortunately a lot of sites are not paying attention to what this policy really means.
[...]