chore: remove x-forwarded-for

This commit is contained in:
loks0n 2024-02-21 12:18:50 +00:00
parent dd4809f3c8
commit a3b88f2015

View file

@ -120,12 +120,6 @@ class Specs extends Action
'description' => 'The user session to authenticate with',
'in' => 'header',
],
'ForwardedFor' => [
'type' => 'apiKey',
'name' => 'X-Forwarded-For',
'description' => 'The IP address of the client that made the request',
'in' => 'header',
],
'ForwardedUserAgent' => [
'type' => 'apiKey',
'name' => 'X-Forwarded-User-Agent',