diff --git a/pkg/serverconfigs/firewallconfigs/http_firewall_template.go b/pkg/serverconfigs/firewallconfigs/http_firewall_template.go index 2c13155..e7f1819 100644 --- a/pkg/serverconfigs/firewallconfigs/http_firewall_template.go +++ b/pkg/serverconfigs/firewallconfigs/http_firewall_template.go @@ -555,9 +555,10 @@ func HTTPFirewallTemplate() *HTTPFirewallPolicy { Operator: HTTPFirewallRuleOperatorGt, Value: "120", CheckpointOptions: map[string]interface{}{ - "keys": []string{"${remoteAddr}", "${requestPath}"}, - "period": "60", - "threshold": 120, + "keys": []string{"${remoteAddr}", "${requestPath}"}, + "period": "60", + "threshold": 120, + "enableFingerprint": true, }, IsCaseInsensitive: false, }) @@ -613,9 +614,10 @@ func HTTPFirewallTemplate() *HTTPFirewallPolicy { Operator: HTTPFirewallRuleOperatorGt, Value: "1200", CheckpointOptions: map[string]interface{}{ - "keys": []string{"${remoteAddr}"}, - "period": "60", - "threshold": 1200, + "keys": []string{"${remoteAddr}"}, + "period": "60", + "threshold": 1200, + "enableFingerprint": true, }, IsCaseInsensitive: false, })