1Panel/plugins/openresty/waf/rules/urlWhite.json

14 lines
233 B
JSON
Raw Normal View History

2024-02-28 14:34:09 +08:00
{
"rules": [
{
"state": "on",
"action": "allow",
"rule": "/console/posts/editor"
},
{
"state": "on",
"action": "allow",
"rule": "/apis/api.console.halo.run/v1alpha1/posts"
}
]
}