nameczz hace 4 años
padre
commit
b4d8ba1f12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
     }),
   );