优化WAF正则表达式缓存时间

This commit is contained in:
刘祥超
2023-10-11 12:21:10 +08:00
parent 8449fe7c0b
commit 47e8761209
49 changed files with 368 additions and 124 deletions

View File

@@ -73,7 +73,7 @@ func (this *TestRequest) Format(s string) string {
return s
}
func (this *TestRequest) WAFOnAction(action interface{}) bool {
func (this *TestRequest) WAFOnAction(action any) bool {
return true
}