Commit a7f8bcb7 by ryun

默认反SQL注入白名单

parent c1d5865b
......@@ -26,8 +26,9 @@
"OpenAntiSqlInject": true,
// 开启反SQL注入白名单地址
"AntiSqlInjectRouteWhite": [
"/api/account/login",
"/api/account/quick/login"
"/api/graphql",
"/api/extract/type/[0-9]+/save",
"/api/account/updateuser"
],
//登录过期时间
"ExpirationMinutes": "1200",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment