Add response poisoning
This commit is contained in:
@@ -8,6 +8,7 @@ const (
|
||||
RuleActionBLOCK RuleAction = "BLOCK"
|
||||
RuleActionCHALLENGE RuleAction = "CHALLENGE"
|
||||
RuleActionCHECK RuleAction = "CHECK"
|
||||
RuleActionPOISON RuleAction = "POISON"
|
||||
)
|
||||
|
||||
type Rule struct {
|
||||
|
Reference in New Issue
Block a user