aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/crossdomain.xml
blob: 9e763901ff8d9762c330f806b47fb85ef2161aa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="*.pad.spline.de" to-ports="*"/>
<allow-access-from domain="pad.spline.de" to-ports="*"/>
<allow-access-from domain="*.pad.spline.inf.fu-berlin.de" to-ports="*"/>
<allow-access-from domain="pad.spline.inf.fu-berlin.de" to-ports="*"/>
<allow-access-from domain="*.pad.spline.nomad" to-ports="*"/>
<allow-access-from domain="pad.spline.nomad" to-ports="*"/>
</cross-domain-policy>