Respect Forwarded-For headers

This commit is contained in:
Philipp Holzer 2022-06-23 22:42:35 +02:00
commit d441b90bda
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
11 changed files with 355 additions and 43 deletions

View file

@ -208,7 +208,7 @@ return [
],
Cookie::class => [
'constructParams' => [
$_SERVER, $_COOKIE
$_COOKIE
],
],
ICanWriteToStorage::class => [
@ -238,4 +238,9 @@ return [
$_SERVER
],
],
App\Request::class => [
'constructParams' => [
$_SERVER
],
]
];