From 2dc38e56322f159533450e0fa96c715c461fc31d Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 23 Jun 2022 23:23:36 +0200 Subject: [PATCH] Move documentation :-) --- src/App/Request.php | 1 - static/defaults.config.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Request.php b/src/App/Request.php index 83f7d25cab..71b6a9ea3f 100644 --- a/src/App/Request.php +++ b/src/App/Request.php @@ -34,7 +34,6 @@ class Request { /** * A comma separated list of default headers that could contain the client IP in a proxy request - * Beware: This list is ordered * * @var string */ diff --git a/static/defaults.config.php b/static/defaults.config.php index 28b6fd6aca..ff0bcd3eb5 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -635,6 +635,7 @@ return [ 'proxy' => [ // forwarded_for_headers (String) // A comma separated list of all allowed header values to retrieve the real client IP + // Beware: This list is ordered 'forwarded_for_headers' => 'HTTP_X_FORWARDED_FOR', // trusted_proxies (String)