]> source.dussan.org Git - nextcloud-server.git/commit
Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating 21653/head
authorJoas Schilling <coding@schilljs.com>
Thu, 2 Jul 2020 09:05:02 +0000 (11:05 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 2 Jul 2020 09:13:13 +0000 (11:13 +0200)
commit74a9cadc501791eaa42b43a7e66eb23a31b2135f
treef4c53ee27c0bcc1c668ba77f33e49b184ec79382
parentebedbf157968e40230a102c8f6f17c22990b0aae
Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/AppFramework/Http/Request.php
tests/lib/AppFramework/Http/RequestTest.php