summaryrefslogtreecommitdiffstats
path: root/trunk/etherpad/src/static/crossdomain.xml
blob: 1074b2a3b1ec3ce736bc7761e2c8ff9d206678db (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
<site-control permitted-cross-domain-policies="all"/>
<allow-http-request-headers-from domain="*" headers="*"/>
<allow-access-from domain="*.tokbox.com" to-ports="*"/>
<allow-access-from domain="tokbox.com" to-ports="*"/>
<allow-access-from domain="*.etherpad.com" to-ports="*"/>
<allow-access-from domain="etherpad.com" to-ports="*"/>
</cross-domain-policy>