Skip to content

Commit 90466bb

Browse files
authored
fix: discrepancy with chrome handling of whitespace in header (#892)
1 parent 2a14290 commit 90466bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/proxy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ export const launchProxy = (
6666
`${proxySettings.port}`,
6767
'--mode',
6868
getProxyMode(proxySettings),
69+
'--set',
70+
'validate_inbound_headers=false',
6971
]
7072

7173
if (proxySettings.sslInsecure) {

0 commit comments

Comments
 (0)