Fix minor typo

Martin Vierula 2023-12-28 05:30:29 -08:00
parent 547afd8ff6
commit 24d1cc0c6b
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4
2 changed files with 2 additions and 2 deletions

@ -186,7 +186,7 @@ The following configuration options are supported:
#'''responseBodyAccess''' (Supported on libModSecurity: TBI) #'''responseBodyAccess''' (Supported on libModSecurity: TBI)
#'''responseBodyLimit''' (Supported on libModSecurity: TBI) #'''responseBodyLimit''' (Supported on libModSecurity: TBI)
#'''ruleEngine''' #'''ruleEngine'''
#'''ruleRemoveById''' - since this action us triggered at run time, it should be specified '''before''' the rule in which it is disabling. #'''ruleRemoveById''' - since this action is triggered at run time, it should be specified '''before''' the rule in which it is disabling.
#'''ruleRemoveByMsg''' (Supported on libModSecurity: TBI) #'''ruleRemoveByMsg''' (Supported on libModSecurity: TBI)
#'''ruleRemoveByTag''' (Supported on libModSecurity: TBI) #'''ruleRemoveByTag''' (Supported on libModSecurity: TBI)
#'''ruleRemoveTargetById''' - since this action is used to just remove targets, users don't need to use the char ! before the target list. #'''ruleRemoveTargetById''' - since this action is used to just remove targets, users don't need to use the char ! before the target list.

@ -2139,7 +2139,7 @@ The following configuration options are supported:
#'''responseBodyAccess''' - Not supported in ModSecurity v3 #'''responseBodyAccess''' - Not supported in ModSecurity v3
#'''responseBodyLimit''' - Not supported in ModSecurity v3 #'''responseBodyLimit''' - Not supported in ModSecurity v3
#'''ruleEngine''' #'''ruleEngine'''
#'''ruleRemoveById''' - since this action us triggered at run time, it should be specified '''before''' the rule in which it is disabling. #'''ruleRemoveById''' - since this action is triggered at run time, it should be specified '''before''' the rule in which it is disabling.
#'''ruleRemoveByMsg''' - Not supported in ModSecurity v3 #'''ruleRemoveByMsg''' - Not supported in ModSecurity v3
#'''ruleRemoveByTag''' #'''ruleRemoveByTag'''
#'''ruleRemoveTargetById''' - since this action is used to just remove targets, users don't need to use the char ! before the target list. #'''ruleRemoveTargetById''' - since this action is used to just remove targets, users don't need to use the char ! before the target list.