Add a warning about limit_queries
and action=allow
The `limit_queries` rule should not be used in the `allow` mode.
This commit is contained in:
@ -163,6 +163,8 @@ number of allowed queries during the time period. The second is the time period
|
|||||||
in seconds and the third is the amount of time for which the rule is considered
|
in seconds and the third is the amount of time for which the rule is considered
|
||||||
active and blocking.
|
active and blocking.
|
||||||
|
|
||||||
|
**WARNING:** Using `limit_queries` in `action=allow` is not supported.
|
||||||
|
|
||||||
#### `no_where_clause`
|
#### `no_where_clause`
|
||||||
|
|
||||||
This rule inspects the query and blocks it if it has no WHERE clause. For
|
This rule inspects the query and blocks it if it has no WHERE clause. For
|
||||||
|
Reference in New Issue
Block a user