mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Use last X-Forwarded-For header (#367)
This header is non-standard but AWS seems to need this.
This commit is contained in:
parent
cfc557f7c7
commit
2a938b3eaa
4 changed files with 16 additions and 5 deletions
|
@ -77,6 +77,7 @@ const bool kHttpRepeatable[kHttpHeadersMax] = {
|
|||
[kHttpVia] = true,
|
||||
[kHttpWarning] = true,
|
||||
[kHttpWwwAuthenticate] = true,
|
||||
[kHttpXForwardedFor] = true,
|
||||
[kHttpAccessControlAllowHeaders] = true,
|
||||
[kHttpAccessControlAllowMethods] = true,
|
||||
[kHttpAccessControlRequestHeaders] = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue