mirror of
https://github.com/sasjs/server.git
synced 2026-01-10 07:50:05 +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 *
|
* Handle security and origin *
|
||||||
***********************************/
|
***********************************/
|
||||||
app.use(helmet())
|
// TODO: fix monaco loader from npm package before enabling helmet
|
||||||
|
// app.use(helmet())
|
||||||
|
|
||||||
/***********************************
|
/***********************************
|
||||||
* Enabling CORS *
|
* Enabling CORS *
|
||||||
|
|||||||
Reference in New Issue
Block a user