mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 09:38:47 +08:00
feat: 默认关闭文件上传限制
This commit is contained in:
parent
7ab442a43a
commit
ee8f489f4f
@ -131,7 +131,7 @@
|
|||||||
"ipBlockTime": 3000
|
"ipBlockTime": 3000
|
||||||
},
|
},
|
||||||
"fileExt": {
|
"fileExt": {
|
||||||
"state": "on",
|
"state": "off",
|
||||||
"action": "deny",
|
"action": "deny",
|
||||||
"code": 403,
|
"code": 403,
|
||||||
"type": "fileExtCheck"
|
"type": "fileExtCheck"
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
"ipBlockTime": 600
|
"ipBlockTime": 600
|
||||||
},
|
},
|
||||||
"fileExt": {
|
"fileExt": {
|
||||||
"state": "on",
|
"state": "off",
|
||||||
"action": "deny",
|
"action": "deny",
|
||||||
"code": 403,
|
"code": 403,
|
||||||
"type": "fileExtCheck"
|
"type": "fileExtCheck"
|
||||||
|
Loading…
Reference in New Issue
Block a user