From a731e01bd42f1edf56bb3043f0d4b34741fd2824 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 8 Nov 2025 10:41:03 +0100 Subject: [PATCH] Remove test covering trusted proxies workaround --- module/Core/test-api/Action/RedirectTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/module/Core/test-api/Action/RedirectTest.php b/module/Core/test-api/Action/RedirectTest.php index bc2d0c70..8ef1edb5 100644 --- a/module/Core/test-api/Action/RedirectTest.php +++ b/module/Core/test-api/Action/RedirectTest.php @@ -106,15 +106,6 @@ class RedirectTest extends ApiTestCase 'https://example.com/static-ip-address', ]; } - - yield 'rule: IP address in "X-Forwarded-For" together with proxy addresses' => [ - [ - RequestOptions::HEADERS => [ - 'X-Forwarded-For' => '1.2.3.4, 192.168.1.1, 192.168.1.2', - ], - ], - 'https://example.com/static-ip-address', - ]; } /**