diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-09-22 17:32:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 17:32:22 +0200 |
commit | 42bc4a0b2a481609f804bcef69ddb21121da97f7 (patch) | |
tree | 83d49b55cad9caccaa692003e89c5b4577943a85 /tests/lib/Http/Client/ClientTest.php | |
parent | 9366ec0fb8aba7a42887f6acfad85243995c9a12 (diff) | |
parent | 205760a3aa79c8aa9cc8ca6a70a8bf35cf2292a8 (diff) | |
download | nextcloud-server-42bc4a0b2a481609f804bcef69ddb21121da97f7.tar.gz nextcloud-server-42bc4a0b2a481609f804bcef69ddb21121da97f7.zip |
Merge pull request #34195 from nextcloud/backport/34160/stable25
[stable25] Detect weird local ips
Diffstat (limited to 'tests/lib/Http/Client/ClientTest.php')
-rw-r--r-- | tests/lib/Http/Client/ClientTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Http/Client/ClientTest.php b/tests/lib/Http/Client/ClientTest.php index 141c6190cd9..25d4749df57 100644 --- a/tests/lib/Http/Client/ClientTest.php +++ b/tests/lib/Http/Client/ClientTest.php @@ -161,6 +161,7 @@ class ClientTest extends \Test\TestCase { ['another-host.local'], ['service.localhost'], ['!@#$'], // test invalid url + ['normal.host.com'], ]; } |