Skip to content

Commit 86df68e

Browse files
committed
WIP
1 parent 25fe3a8 commit 86df68e

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
@@ -20,7 +20,7 @@ export const allowAllOriginsHookHandler: onRequestHookHandler = (
2020
'Content-Type,Ops-Origin,Authorization',
2121
);
2222

23-
void reply.header('Access-Control-Allow-Credentials', 'false');
23+
void reply.header('Access-Control-Allow-Credentials', 'true');
2424

2525
if (request.method === 'OPTIONS') {
2626
return void reply.status(204).send();

0 commit comments

Comments
 (0)