Skip to content

Commit e09dfb2

Browse files
committed
WIP
1 parent 03a26e2 commit e09dfb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/src/app/helper/allow-all-origins-hook-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const allowAllOriginsHookHandler: onRequestHookHandler = (
1414

1515
void reply.header(
1616
'Access-Control-Allow-Headers',
17-
'Content-Type,Ops-Origin,Authorization',
17+
'Content-Type,Ops-Origin,Authorization,Cloud-Token',
1818
);
1919

2020
void reply.header('Access-Control-Allow-Credentials', 'true');

0 commit comments

Comments
 (0)