Update Core\Log
Do not log cookies.
This commit is contained in:
parent
62a9d25991
commit
21e1e40e0e
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ class Log implements LoggerInterface
|
|||
if (
|
||||
'HTTP_' === \substr($key, 0, 5)
|
||||
&& 'HTTP_USER_AGENT' !== $key
|
||||
&& 'HTTP_COOKIE' !== $key
|
||||
) {
|
||||
$add[$key] = $value;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue