Added sentry headers to the allow list

This commit is contained in:
Zai Shi 2024-07-26 09:37:28 -07:00 committed by Stan Wohlwend
parent 3d5f4feea4
commit 01c5101c2d

View File

@ -22,6 +22,10 @@ const corsAllowedRequestHeaders = [
// User auth
'x-stack-refresh-token',
'x-stack-access-token',
// Others
'baggage',
'sentry-trace',
];
const corsAllowedResponseHeaders = [