Remove test covering trusted proxies workaround

This commit is contained in:
Alejandro Celaya 2025-11-08 10:41:03 +01:00
parent 63bea36c05
commit a731e01bd4

View File

@ -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',
];
}
/**