<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
	<!--<site-control permitted-cross-domain-policies="all"/>-->
	<site-control permitted-cross-domain-policies="master-only"/>
	<allow-access-from domain="*" secure="false" />
	<!--<allow-http-request-headers-from domain="*" headers="*" secure="false"/>-->
	<allow-http-request-headers-from domain="*" headers="SOAPAction"/>
	<!--
	<allow-access-from domain="*.wbtmanager.fr"/>
	<allow-access-from domain="*.xperteam.net"/>
	<allow-access-from domain="*.x-perteam.net"/>
	-->
</cross-domain-policy>