monkeyDluffy6017 commented on code in PR #9448: URL: https://github.com/apache/apisix/pull/9448#discussion_r1203297050
########## docs/zh/latest/plugins/ua-restriction.md: ########## @@ -43,7 +43,8 @@ description: 本文介绍了 Apache APISIX ua-restriction 插件的使用方法 :::note -`allowlist` 和 `denylist` 可以同时启用。同时启用时,插件会根据 `User-Agent` 先检查 `allowlist`,再检查 `denylist`。 +1.`allowlist` 和 `denylist` 可以同时启用。同时启用时,插件会根据 `User-Agent` 先检查 `allowlist`,再检查 `denylist`。 Review Comment: 1. `allowlist` 和 `denylist` 可以单独启用。 2. 如果同时启用,插件会根据 `User-Agent` 先检查 `allowlist`,再检查 `denylist`。 -- 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]
