1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: commented helmet middleware

This commit is contained in:
Saad Jutt
2022-05-02 03:40:14 +05:00
parent 5f29dec16f
commit 35cba97611

View File

@@ -41,7 +41,8 @@ export const csrfProtection = csrf({ cookie: cookieOptions })
/***********************************
* Handle security and origin *
***********************************/
app.use(helmet())
// TODO: fix monaco loader from npm package before enabling helmet
// app.use(helmet())
/***********************************
* Enabling CORS *