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