fix(proxy): strip client fetch metadata upstream

This commit is contained in:
2026-08-24 22:04:56 +08:00
parent f902edefd0
commit 34a4434cfb
3 changed files with 14 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ const SKIPPED_REQUEST_HEADERS = new Set([
'keep-alive',
'proxy-authenticate',
'proxy-authorization',
'sec-fetch-mode',
'te',
'trailer',
'transfer-encoding',