From b743babcdcbf1b33f0419b750525100628762f31 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 6 May 2024 21:07:01 +0800 Subject: [PATCH] =?UTF-8?q?WAF=E5=A2=9E=E5=8A=A0=E2=80=9C=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=8A=A5=E5=A4=B4=E6=9C=80=E5=A4=A7=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E2=80=9D=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../firewallconfigs/http_firewall_checkpoints.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/serverconfigs/firewallconfigs/http_firewall_checkpoints.go b/pkg/serverconfigs/firewallconfigs/http_firewall_checkpoints.go index 8153ab5..ab0f5ca 100644 --- a/pkg/serverconfigs/firewallconfigs/http_firewall_checkpoints.go +++ b/pkg/serverconfigs/firewallconfigs/http_firewall_checkpoints.go @@ -249,6 +249,14 @@ var AllCheckpoints = []*HTTPFirewallCheckpointDefinition{ HasParams: true, Priority: 100, }, + { + Name: "请求报头最大长度", + Prefix: "headerMaxLength", + Description: "最长的请求报头的长度。", + IsRequest: true, + HasParams: false, + Priority: 100, + }, { Name: "国家/地区名称", Prefix: "geoCountryName",