1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Another oft-requested file

This commit is contained in:
Rasmus Lerdorf
2011-07-16 17:09:14 +00:00
parent 161d16fb4d
commit 36dd88a6ea

6
crossdomain.xml Normal file
View File

@@ -0,0 +1,6 @@
<?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">
<allow-access-from domain="*.php.net" />
<site-control permitted-cross-domain-policies="master-only"/>
<allow-http-request-headers-from domain="*.php.net" headers="*" secure="true"/>
</cross-domain-policy>