mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix CORS error
This commit is contained in:
parent
8c3e9ca05f
commit
e54d5103b0
@ -20,8 +20,8 @@ const corsAllowedRequestHeaders = [
|
||||
'x-stack-admin-access-token',
|
||||
|
||||
// User auth
|
||||
'x-stack-user-refresh-token',
|
||||
'x-stack-user-access-token',
|
||||
'x-stack-refresh-token',
|
||||
'x-stack-access-token',
|
||||
];
|
||||
|
||||
const corsAllowedResponseHeaders = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user