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

This commit is contained in:
GoEdgeLab
2023-12-24 10:03:24 +08:00
parent c39d6e10ac
commit 45d08955c4
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
}