We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b35fbf commit 0ffcbbbCopy full SHA for 0ffcbbb
src/utils/headers.ts
@@ -64,6 +64,7 @@ export function getAfterResponseHeaders(
64
'Access-Control-Expose-Headers': '*',
65
Vary: 'Origin',
66
'X-Final-Destination': finalUrl,
67
+ ...output,
68
};
69
}
70
0 commit comments