<?xml version="1.0" encoding="utf-8"?>
<!-- FD -->
<access-policy>
    <cross-domain-access>
        <policy>
        </policy>
        <policy>
            <allow-from http-request-headers="*">
                <domain uri="http://*.msn.com" /> 
                <domain uri="http://*.microsoft.com" /> 
            </allow-from>
            <grant-to>
                <resource path="/videos/" include-subpaths="true" /> 
                <resource path="/music/" include-subpaths="true" /> 
                <resource path="/tv/" include-subpaths="true" /> 
                <resource path="/games/" include-subpaths="true" /> 
                <resource path="/movies/" include-subpaths="true" /> 
                <resource path="/entertainment/" include-subpaths="true" />
                <resource path="/videogames/" include-subpaths="true" />
                <resource path="/bingvideohub/" include-subpaths="true" />
            </grant-to>
        </policy>
        <policy>
            <allow-from http-request-headers="*">
                <domain uri="http://www.bing.com" />
                <domain uri="http://*.bing4.com" />
            </allow-from>
            <grant-to>
                <resource path="/ges/" include-subpaths="true" />
            </grant-to>
        </policy>
        <policy>
            <allow-from http-request-headers="*">
                <domain uri="http://*.virtualearth.net" />
                <domain uri="http://*.virtualearth-int.net" />
            </allow-from>
            <grant-to>
                <resource path="/socialstreamsdataservices" include-subpaths="true" />
                <resource path="/twitter/maps/backend" include-subpaths="false" />              
            </grant-to>
        </policy>
    </cross-domain-access>
</access-policy>

