Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 8, 2023
1 parent e305887 commit 915d458
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 915d458

Please sign in to comment.