feat(api): add 'cookie' to passthroughSkipHeaderNamesLower

This commit is contained in:
CaIon
2026-02-05 22:16:35 +08:00
parent 17be836aa4
commit 0e095d4ad8

View File

@@ -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": {},