From 522794b81e064f7f705e0792d89298537c4dcb35 Mon Sep 17 00:00:00 2001 From: Brianna Cerkiewicz Date: Thu, 7 Sep 2023 15:58:43 -0700 Subject: [PATCH] chore: cleanup --- app/server/index.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/server/index.ts b/app/server/index.ts index 8905ba152e..264065cf24 100644 --- a/app/server/index.ts +++ b/app/server/index.ts @@ -60,17 +60,11 @@ app.prepare().then(async () => { server.use(graphQlMiddleware()); server.use( lusca.csrf({ - // csrf: true, xframe: "SAMEORIGIN", xssProtection: true, cookie: "qwerty", }) ); - // server.use((req, res, next) => { - // res.get("X-CSRF-Token"); - // brianna(req, res, next); - // }); - server.use(attachmentDeleteRouter); server.use(attachmentDownloadRouter);