Skip to content

Commit 9656d9a

Browse files
committed
test(server): ✅ update test with fixed csrf key
fixes #59140
1 parent d29b6c2 commit 9656d9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/server/server-tests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ server(
6969
favicon: 'public/logo.png',
7070
parser: { body: { limit: '1mb' } },
7171
security: {
72+
csrf: false,
7273
dnsPrefetchControl: { allow: true },
7374
},
7475
session: {

0 commit comments

Comments
 (0)