]> source.dussan.org Git - nextcloud-server.git/commit
Add missing urldecode and idn_to_utf8 calls to local address checker
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 20 Sep 2022 10:20:35 +0000 (12:20 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 14 Nov 2022 10:14:29 +0000 (11:14 +0100)
commit1eed8fd53999dd914d96fc8623e8cb43a153d427
tree8b790c9c225d3632489f0de9e2a1f89cc41a1d10
parente5b4a097e839aa4e4668bd01a37527870a9ca841
Add missing urldecode and idn_to_utf8 calls to local address checker

The call to idn_to_utf8 call is actually to apply normalization

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/Http/Client/DnsPinMiddleware.php
lib/private/Http/Client/LocalAddressChecker.php