don't error on custom remediation at runtime
This commit is contained in:
parent
1fd5409954
commit
9419b73111
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ func (w *AppsecRuntimeConfig) SetAction(action string) error {
|
|||
case "captcha":
|
||||
w.Response.Action = action
|
||||
default:
|
||||
return fmt.Errorf("unknown action %s", action)
|
||||
w.Response.Action = action
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue