Bugfix: headers already send by FpassthruWithTimeLimitReset

This commit is contained in:
djmaze 2020-03-20 15:41:19 +01:00
parent 5af6e30b8f
commit c3e4a19447

View file

@ -212,7 +212,7 @@ class Service
$sResult .= ']-->';
}
else
else if (!headers_sent())
{
\header('X-XSS-Protection: 1; mode=block');
}