Skip to content

Commit 06e53e8

Browse files
committed
feat: allow x-forwarded-host to be sent to origins
1 parent 5b43079 commit 06e53e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

adapter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export function adapter({
3737
'If-None-Match',
3838
'Origin',
3939
'Referer',
40+
'X-Forwarded-Host'
4041
],
4142
extraHeaders = [],
4243
esbuildOptions = {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"folder-hash": "^4.0.4",
6161
"lodash": "^4.17.21",
6262
"minimist": "^1.2.8",
63-
"sveltekit-adapter-aws-base": "^1.6.0"
63+
"sveltekit-adapter-aws-base": "^2.1.0"
6464
},
6565
"release": {
6666
"branches": [

0 commit comments

Comments
 (0)