mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-28 01:28:42 +08:00
Bugfix: headers already send by FpassthruWithTimeLimitReset
This commit is contained in:
parent
5af6e30b8f
commit
c3e4a19447
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Service
|
|||
|
||||
$sResult .= ']-->';
|
||||
}
|
||||
else
|
||||
else if (!headers_sent())
|
||||
{
|
||||
\header('X-XSS-Protection: 1; mode=block');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue