Commit dacf3a2a authored by shaw's avatar shaw
Browse files

fix: 去掉accept-encoding透传

parent e6add93a
...@@ -53,7 +53,6 @@ var allowedHeaders = map[string]bool{ ...@@ -53,7 +53,6 @@ var allowedHeaders = map[string]bool{
"anthropic-beta": true, "anthropic-beta": true,
"accept-language": true, "accept-language": true,
"sec-fetch-mode": true, "sec-fetch-mode": true,
"accept-encoding": true,
"user-agent": true, "user-agent": true,
"content-type": true, "content-type": true,
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment