mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 08:58:37 +00:00
feat(api): add 'cookie' to passthroughSkipHeaderNamesLower
This commit is contained in:
@@ -58,6 +58,8 @@ var passthroughSkipHeaderNamesLower = map[string]struct{}{
|
||||
"transfer-encoding": {},
|
||||
"upgrade": {},
|
||||
|
||||
"cookie": {},
|
||||
|
||||
// Additional headers that should not be forwarded by name-matching passthrough rules.
|
||||
"host": {},
|
||||
"content-length": {},
|
||||
|
||||
Reference in New Issue
Block a user