feat: 默认关闭文件上传限制

This commit is contained in:
zhengkunwang223 2024-05-09 17:40:57 +08:00
parent 7ab442a43a
commit ee8f489f4f
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@
"ipBlockTime": 3000
},
"fileExt": {
"state": "on",
"state": "off",
"action": "deny",
"code": 403,
"type": "fileExtCheck"

View File

@ -68,7 +68,7 @@
"ipBlockTime": 600
},
"fileExt": {
"state": "on",
"state": "off",
"action": "deny",
"code": 403,
"type": "fileExtCheck"