okaybase commented on a change in pull request #4868:
URL: https://github.com/apache/apisix/pull/4868#discussion_r693605474
##########
File path: docs/en/latest/plugins/uri-blocker.md
##########
@@ -40,6 +40,7 @@ The plugin helps we intercept user requests, we only need to
indicate the `block
| block_rules | array[string] | required | | | Regular
filter rule array. Each of these items is a regular rule. If the current
request URI hits any one of them, set the response code to rejected_code to
exit the current user request. Example: `["root.exe", "root.m+"]`. |
| rejected_code | integer | optional | 403 | [200, ...] | The
HTTP status code returned when the request URI hit any of `block_rules`. |
| rejected_msg | string | optional | | non-empty | The HTTP
response body returned when the request URI hit any of `block_rules`. |
+| case_insensitive | boolean | optional | false | | Whether
global case insensitive or not. |
Review comment:
okay, the desc updated~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]