Skip to content

Commit a731e01

Browse files
committed
Remove test covering trusted proxies workaround
1 parent 63bea36 commit a731e01

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

module/Core/test-api/Action/RedirectTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ public static function provideRequestOptions(): iterable
106106
'https://example.com/static-ip-address',
107107
];
108108
}
109-
110-
yield 'rule: IP address in "X-Forwarded-For" together with proxy addresses' => [
111-
[
112-
RequestOptions::HEADERS => [
113-
'X-Forwarded-For' => '1.2.3.4, 192.168.1.1, 192.168.1.2',
114-
],
115-
],
116-
'https://example.com/static-ip-address',
117-
];
118109
}
119110

120111
/**

0 commit comments

Comments
 (0)