1Panel/plugins/openresty/waf/rules/urlWhite.json
2024-02-28 06:34:09 +00:00

14 lines
No EOL
233 B
JSON

{
"rules": [
{
"state": "on",
"action": "allow",
"rule": "/console/posts/editor"
},
{
"state": "on",
"action": "allow",
"rule": "/apis/api.console.halo.run/v1alpha1/posts"
}
]
}