diff --git a/docs/configuration/endpoints.md b/docs/configuration/endpoints.md index 2a0c0531..de9a0884 100644 --- a/docs/configuration/endpoints.md +++ b/docs/configuration/endpoints.md @@ -23,14 +23,7 @@ because of security concerns the following endpoints are blocked: > [!IMPORTANT] > > 1. Matching uses [regex](https://regex101.com) -> 2. On error [glob-style patterns](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html) are used instead - -> [!TIP] -> Quick reminder, how [glob-style patterns](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html) work: -> -> - `*` matches any sequence of characters -> - `?` matches a single character -> - `[abc]` matches one of the characters in the brackets +> 2. On compile error exact match is used instead You can modify endpoints by configuring `access.endpoints` in your config: diff --git a/docs/configuration/field-policies.md b/docs/configuration/field-policies.md index a3538257..d576e32d 100644 --- a/docs/configuration/field-policies.md +++ b/docs/configuration/field-policies.md @@ -24,7 +24,10 @@ settings: Set the wanted action on encounter, available options are `block` and `allow`. > [!TIP] -> String fields always try to use [regex matching](https://regex101.com), on compile error exact match is used as fallback +> String fields always try to use +> +> 1. [Regex matching](https://regex101.com) +> 2. On compile error exact match is used as fallback > [!NOTE] > Supported [placeholder types](../usage/advanced#placeholders):