diff --git a/api/src/app.ts b/api/src/app.ts index 9c44224..9ea2a53 100644 --- a/api/src/app.ts +++ b/api/src/app.ts @@ -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 *