feat(api): add 'cookie' to passthroughSkipHeaderNamesLower
Some checks failed
Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (amd64) [native] (push) Has been cancelled
Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (arm64) [native] (push) Has been cancelled
Publish Docker image (Multi Registries, native amd64+arm64) / Create multi-arch manifests (Docker Hub) (push) Has been cancelled

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