]> git.mxchange.org Git - friendica.git/commit
Respect Forwarded-For headers
authorPhilipp <admin@philipp.info>
Thu, 23 Jun 2022 20:42:35 +0000 (22:42 +0200)
committerPhilipp <admin@philipp.info>
Thu, 23 Jun 2022 20:42:35 +0000 (22:42 +0200)
commitd441b90bda1766cf363ec120d3a704a875e17589
tree08eab0ea92c6c9703a373ffbfe6be4afce9826ee
parentdbc1ebbb5cc044f607b852237bb11745d1e69aa0
Respect Forwarded-For headers
src/App/Request.php [new file with mode: 0644]
src/Core/Logger/Type/Monolog/DevelopHandler.php
src/Model/User/Cookie.php
src/Module/HTTPException/PageNotFound.php
src/Module/Search/Index.php
src/Security/Authentication.php
static/defaults.config.php
static/dependencies.config.php
static/env.config.php
tests/src/App/RequestTest.php [new file with mode: 0644]
tests/src/Model/User/CookieTest.php