feat: 默认关闭文件上传限制
This commit is contained in:
parent
d3dc03bb65
commit
87cb09f4b7
|
|
@ -131,7 +131,7 @@
|
|||
"ipBlockTime": 3000
|
||||
},
|
||||
"fileExt": {
|
||||
"state": "on",
|
||||
"state": "off",
|
||||
"action": "deny",
|
||||
"code": 403,
|
||||
"type": "fileExtCheck"
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
"ipBlockTime": 600
|
||||
},
|
||||
"fileExt": {
|
||||
"state": "on",
|
||||
"state": "off",
|
||||
"action": "deny",
|
||||
"code": 403,
|
||||
"type": "fileExtCheck"
|
||||
|
|
|
|||
Loading…
Reference in New Issue