Remove X-XSS-Protection from Controller.php

This commit is contained in:
mirek-vl 2026-04-11 12:57:54 +02:00 committed by GitHub
commit 1a5fa93f2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -416,7 +416,6 @@ class Controller
header('Referrer-Policy: no-referrer');
header('X-Content-Type-Options: nosniff');
header('X-Frame-Options: deny');
header('X-XSS-Protection: 1; mode=block');
// label all the expiration options
$expire = array();