mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-18 19:50:25 +08:00
优化WAF正则表达式缓存时间
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user