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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user