mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
446 B
446 B
Security: Add X-XSS-Protection header
Added the X-XSS-Protection header set to "0" to explicitly disable the deprecated browser XSS filter, which can introduce side-channel vulnerabilities. Modern XSS protection is provided through the Content-Security-Policy header.
This change addresses security audit findings requiring explicit configuration of HTTP security headers per OWASP recommendations.