fix: 去掉accept-encoding透传

This commit is contained in:
shaw
2025-12-21 21:30:19 +08:00
parent e6add93ae3
commit dacf3a2a6e

View File

@@ -53,7 +53,6 @@ var allowedHeaders = map[string]bool{
"anthropic-beta": true,
"accept-language": true,
"sec-fetch-mode": true,
"accept-encoding": true,
"user-agent": true,
"content-type": true,
}