]> git.mxchange.org Git - friendica.git/commitdiff
Move documentation :-)
authorPhilipp <admin@philipp.info>
Thu, 23 Jun 2022 21:23:36 +0000 (23:23 +0200)
committerPhilipp <admin@philipp.info>
Thu, 23 Jun 2022 21:23:36 +0000 (23:23 +0200)
src/App/Request.php
static/defaults.config.php

index 83f7d25cab6649779454f7ace7dd29639cf28a2d..71b6a9ea3f088f4d160c76ccde3253a69979ff08 100644 (file)
@@ -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
         */
index 28b6fd6aca7591db127bf6fb491ee3e92c841c9c..ff0bcd3eb53eee83cfc87dfcc4e76603120e7ac6 100644 (file)
@@ -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)