WAF参数中增加“请求来源”

This commit is contained in:
刘祥超
2023-12-24 10:03:24 +08:00
parent 4f24b7f39c
commit 9bc2b1a651
4 changed files with 92 additions and 2 deletions

View File

@@ -23,5 +23,5 @@ func (this *RequestRefererCheckpoint) ResponseValue(req requests.Request, resp *
}
func (this *RequestRefererCheckpoint) CacheLife() utils.CacheLife {
return utils.CacheShortLife
return utils.CacheMiddleLife
}