1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 16:59:17 +08:00

25 lines
461 B
JSON
Raw Normal View History

2024-02-28 14:34:09 +08:00
{
"rules": [
{
"state": "on",
"name": "no cookie",
2024-02-28 14:34:09 +08:00
"conditions": [
{
"field": "URL",
"pattern": "eq",
"rule": "/test/\\d+\\.html"
2024-02-28 14:34:09 +08:00
},
{
"field": "Cookie",
"pattern": "eq",
"rule": ""
2024-02-28 14:34:09 +08:00
}
],
"action": "deny",
"res": "",
"ipBlock": "off",
"ipBlockTime": 60,
2024-02-28 14:34:09 +08:00
"description": "拦截不带Cookie的请求"
}
]
}