Author: Jordi Kroon (jordikroon)
Committer: Derick Rethans (derickr)
Date: 2026-02-04T11:22:12+01:00

Commit: 
https://github.com/php/web-php/commit/a62726eb5f77080febbd54666a1bfd885d84d219
Raw diff: 
https://github.com/php/web-php/commit/a62726eb5f77080febbd54666a1bfd885d84d219.diff

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.

Changed paths:
  D  crossdomain.xml


Diff:

diff --git a/crossdomain.xml b/crossdomain.xml
deleted file mode 100644
index def1ca2b14..0000000000
--- a/crossdomain.xml
+++ /dev/null
@@ -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>

Reply via email to