mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
This patch cleans all redundant trailing whitespace across the repository except for the icalendar files.
7 lines
407 B
XML
7 lines
407 B
XML
<?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>
|