From 588cd11fd46d530bf1f4c679121b3bc41def68e6 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 13 Jul 2023 16:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0cc=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E8=8B=A5=E5=B9=B2=E9=80=9A=E7=94=A8=E6=89=A9=E5=B1=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/waf/checkpoints/cc2.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/waf/checkpoints/cc2.go b/internal/waf/checkpoints/cc2.go index ac9b72d..7be20e9 100644 --- a/internal/waf/checkpoints/cc2.go +++ b/internal/waf/checkpoints/cc2.go @@ -25,6 +25,10 @@ var commonFileExtensionsMap = map[string]zero.Zero{ ".woff2": zero.New(), ".js": zero.New(), ".css": zero.New(), + ".ttf": zero.New(), + ".otf": zero.New(), + ".fnt": zero.New(), + ".svg": zero.New(), } // CC2Checkpoint 新的CC