nameczz 4 年之前
父節點
當前提交
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
   // security patches
   app.use(
   app.use(
     helmet({
     helmet({
-      // this will
+      // If true will cause blank page after client build.
       contentSecurityPolicy: false,
       contentSecurityPolicy: false,
     }),
     }),
   );
   );