mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03: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 .= ']-->';
|
$sResult .= ']-->';
|
||||||
}
|
}
|
||||||
else
|
else if (!headers_sent())
|
||||||
{
|
{
|
||||||
\header('X-XSS-Protection: 1; mode=block');
|
\header('X-XSS-Protection: 1; mode=block');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue