We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
csrf
1 parent d29b6c2 commit 9656d9aCopy full SHA for 9656d9a
1 file changed
types/server/server-tests.ts
@@ -69,6 +69,7 @@ server(
69
favicon: 'public/logo.png',
70
parser: { body: { limit: '1mb' } },
71
security: {
72
+ csrf: false,
73
dnsPrefetchControl: { allow: true },
74
},
75
session: {
0 commit comments