Skip to content

Commit

Permalink
Another oft-requested file
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Jul 16, 2011
1 parent 161d16f commit 36dd88a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crossdomain.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 36dd88a

Please sign in to comment.