Fix client not being able to access cookie headers

This commit is contained in:
Paradox 2024-07-07 17:24:23 +00:00
parent 8b35fbf648
commit 0ffcbbbe05
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ export function getAfterResponseHeaders(
'Access-Control-Expose-Headers': '*',
Vary: 'Origin',
'X-Final-Destination': finalUrl,
...output,
};
}