fix(proxy): filter x-goog-api-key header to prevent duplication

This commit is contained in:
YoVinchen
2026-01-19 13:33:59 +08:00
committed by Jason
parent 783bc60329
commit b536bd0366
+1
View File
@@ -28,6 +28,7 @@ const HEADER_BLACKLIST: &[&str] = &[
// 认证类(会被覆盖)
"authorization",
"x-api-key",
"x-goog-api-key",
// 连接类(由 HTTP 客户端管理)
"host",
"content-length",