]> source.dussan.org Git - nextcloud-server.git/commit
chore: always execute parse_url in preventLocalAddress bug/noid/federated-addressbook-sync-without-localaddressallowed 48451/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Mon, 30 Sep 2024 11:05:19 +0000 (13:05 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Tue, 1 Oct 2024 16:00:47 +0000 (18:00 +0200)
commit6be00432b75a80a246246883c5fa955ce803f3d8
treececf063b90e346811aad05863a6ce5c5badcdddc
parent870816466f2d1adaf956a83491c0645556b0d02b
chore: always execute parse_url in preventLocalAddress

This change should make it easier to spot wrong uses of the HTTP client on development setups where allow_local_remote_servers is usually true.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
lib/private/Http/Client/Client.php
tests/lib/Http/Client/ClientTest.php