默认关闭csrf过滤

This commit is contained in:
2022-07-30 16:53:01 +08:00
parent e2f1aea6aa
commit c83d3d037d

View File

@@ -38,7 +38,7 @@ CDN=
EXAMPLE=true
# 是否开启CSRF过滤
IS_CSRF=true
IS_CSRF=false
# 静态文件路径前缀
STATIC_PATH=/static