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
parent 0a8fcb585e
commit 1a5fa93f2f
-1
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();