mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Added sentry headers to the allow list
This commit is contained in:
parent
3d5f4feea4
commit
01c5101c2d
@ -22,6 +22,10 @@ const corsAllowedRequestHeaders = [
|
||||
// User auth
|
||||
'x-stack-refresh-token',
|
||||
'x-stack-access-token',
|
||||
|
||||
// Others
|
||||
'baggage',
|
||||
'sentry-trace',
|
||||
];
|
||||
|
||||
const corsAllowedResponseHeaders = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user