2
0
nameczz 4 жил өмнө
parent
commit
b4d8ba1f12
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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,
     }),
   );