mirror of
https://github.com/shlinkio/shlink.git
synced 2025-12-10 11:05:50 -06:00
Remove test covering trusted proxies workaround
This commit is contained in:
parent
63bea36c05
commit
a731e01bd4
@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user