mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
WAF策略增加“最多检查内容尺寸“选项
This commit is contained in:
@@ -35,6 +35,9 @@ type Request interface {
|
||||
// WAFFingerprint 读取连接指纹
|
||||
WAFFingerprint() []byte
|
||||
|
||||
// WAFMaxRequestSize 可以检查的最大内容尺寸
|
||||
WAFMaxRequestSize() int64
|
||||
|
||||
// Format 格式化变量
|
||||
Format(string) string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user