mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: remove x-forwarded-for
This commit is contained in:
parent
dd4809f3c8
commit
a3b88f2015
1 changed files with 0 additions and 6 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue