mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-15 02:31:55 +08:00
95 lines
1.6 KiB
JSON
95 lines
1.6 KiB
JSON
{
|
|
"waf": {
|
|
"state": "on",
|
|
"mode": "protection"
|
|
},
|
|
"args": {
|
|
"state": "on",
|
|
"type": "args",
|
|
"code": 403,
|
|
"action": "deny"
|
|
},
|
|
"defaultUaBlack": {
|
|
"type": "defaultUaBlack",
|
|
"state": "on",
|
|
"code": 403,
|
|
"action": "deny"
|
|
},
|
|
"cookie": {
|
|
"state": "on",
|
|
"type": "cookie",
|
|
"code": 403,
|
|
"action": "deny"
|
|
},
|
|
"bot": {
|
|
"type": "bot",
|
|
"state": "on",
|
|
"uri": "/1pwaf/bot/trap",
|
|
"action": "deny",
|
|
"ipBlock": "off",
|
|
"ipBlockTime": 600
|
|
},
|
|
"geoRestrict": {
|
|
"state": "off",
|
|
"rules": [],
|
|
"code": 403,
|
|
"action": "deny",
|
|
"type": "geoRestrict",
|
|
"res": "geo"
|
|
},
|
|
"xss": {
|
|
"state": "on",
|
|
"type": "xss",
|
|
"code": 403,
|
|
"action": "deny"
|
|
},
|
|
"sql": {
|
|
"state": "on",
|
|
"type": "sql",
|
|
"code": 403,
|
|
"action": "deny"
|
|
},
|
|
"cc": {
|
|
"state": "on",
|
|
"type": "cc",
|
|
"rule": "cc",
|
|
"tokenTimeOut": 1800,
|
|
"threshold": 100,
|
|
"duration": 10,
|
|
"action": "deny",
|
|
"ipBlock": "on",
|
|
"ipBlockTime": 600
|
|
},
|
|
"ccurl": {
|
|
"state": "on",
|
|
"type": "ccurl",
|
|
"action": "deny",
|
|
"ipBlock": "off",
|
|
"ipBlockTime": 600
|
|
},
|
|
"fileExt": {
|
|
"state": "on",
|
|
"action": "deny",
|
|
"code": 403,
|
|
"type": "fileExtCheck"
|
|
},
|
|
"header": {
|
|
"state": "on",
|
|
"type": "header",
|
|
"code": 403,
|
|
"action": "deny"
|
|
},
|
|
"defaultUrlBlack": {
|
|
"type": "defaultUrlBlack",
|
|
"state": "on",
|
|
"code": 403,
|
|
"action": "deny"
|
|
},
|
|
"methodWhite": {
|
|
"type": "methodWhite",
|
|
"state": "on",
|
|
"code": 444,
|
|
"action": "deny"
|
|
}
|
|
}
|