Skip to content

Commit 4b84427

Browse files
committed
fix: need to whitelist the host header
1 parent 65f250f commit 4b84427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adapter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function adapter({
3535
'Accept',
3636
'Accept-Language',
3737
'If-None-Match',
38+
'Host',
3839
'Origin',
3940
'Referer',
4041
'X-Forwarded-Host'

0 commit comments

Comments
 (0)