Allow clients to read cookies

This commit is contained in:
Paradox 2024-06-21 00:30:41 +05:30 committed by GitHub
parent 8b35fbf648
commit b06b5270e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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