mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
chore: remove obsolete crossdomain.xml file
The crossdomain.xml file is a legacy Adobe Flash cross-domain policy that is no longer needed in modern web applications. Flash has been deprecated and removed from browsers, making this configuration file unnecessary.
This commit is contained in:
committed by
Derick Rethans
parent
086d0b9070
commit
a62726eb5f
@@ -1,6 +0,0 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user