mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 22:25:45 +03:00
Fixed typo in Syntax Example SecRuleRemoveByTag
@@ -1358,7 +1358,7 @@ Normally, you would use SecRuleRemoveById to remove rules, but that requires the
|
|||||||
== SecRuleRemoveByTag ==
|
== SecRuleRemoveByTag ==
|
||||||
'''Description:''' Removes the matching rules from the current configuration context.
|
'''Description:''' Removes the matching rules from the current configuration context.
|
||||||
|
|
||||||
'''Syntax:''' <code>SecRuleRemoveByTab REGEX </code>
|
'''Syntax:''' <code>SecRuleRemoveByTag REGEX </code>
|
||||||
|
|
||||||
'''Example Usage:''' <code>SecRuleRemoveByTag "WEB_ATTACK/XSS" </code>
|
'''Example Usage:''' <code>SecRuleRemoveByTag "WEB_ATTACK/XSS" </code>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user