From c83d3d037da2c7948989d799d582d0889f794621 Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 30 Jul 2022 16:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=ADcsrf?= =?UTF-8?q?=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.example.env b/.example.env index eda387d..c2c468f 100644 --- a/.example.env +++ b/.example.env @@ -38,7 +38,7 @@ CDN= EXAMPLE=true # 是否开启CSRF过滤 -IS_CSRF=true +IS_CSRF=false # 静态文件路径前缀 STATIC_PATH=/static