nameczz 3 years ago
parent
commit
b4d8ba1f12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/main.ts

+ 1 - 1
server/src/main.ts

@@ -16,7 +16,7 @@ async function bootstrap() {
   // security patches
   app.use(
     helmet({
-      // this will
+      // If true will cause blank page after client build.
       contentSecurityPolicy: false,
     }),
   );