mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-20 08:49:16 +08:00
25 lines
461 B
JSON
25 lines
461 B
JSON
{
|
|
"rules": [
|
|
{
|
|
"state": "on",
|
|
"name": "no cookie",
|
|
"conditions": [
|
|
{
|
|
"field": "URL",
|
|
"pattern": "eq",
|
|
"rule": "/test/\\d+\\.html"
|
|
},
|
|
{
|
|
"field": "Cookie",
|
|
"pattern": "eq",
|
|
"rule": ""
|
|
}
|
|
],
|
|
"action": "deny",
|
|
"res": "",
|
|
"ipBlock": "off",
|
|
"ipBlockTime": 60,
|
|
"description": "拦截不带Cookie的请求"
|
|
}
|
|
]
|
|
} |