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

131 lines
2.2 KiB
JSON
Raw Normal View History

2024-02-28 14:34:09 +08:00
{
"rules": [
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "GET",
"name": "GET",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "POST",
"name": "POST",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "PUT",
"name": "PUT",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "DELETE",
"name": "DELETE",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "PATCH",
"name": "PATCH",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "HEAD",
"name": "HEAD",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "OPTIONS",
"name": "OPTIONS",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "TRACE",
"name": "TRACE",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "CONNECT",
"name": "CONNECT",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "PROPFIND",
"name": "PROPFIND",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "PROPPATCH",
"name": "PROPPATCH",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "MKCOL",
"name": "MKCOL",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "COPY",
"name": "COPY",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "MOVE",
"name": "MOVE",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "LOCK",
"name": "LOCK",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "UNLOCK",
"name": "UNLOCK",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "LINK",
"name": "LINK",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "UNLINK",
"name": "UNLINK",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "WRAPPED",
"name": "WRAPPED",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "PROPFIND",
"name": "PROPFIND",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
},
{
"state": "on",
2024-03-12 20:34:07 +08:00
"rule": "SRARCH",
"name": "SRARCH",
"type": "httpMethod"
2024-02-28 14:34:09 +08:00
}
]
}