mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-27 07:26:35 +08:00
在GET302和CAPTCHA验证中不记录特殊URL的访问日志
This commit is contained in:
@@ -421,3 +421,8 @@ func (this *HTTPRequest) WAFFingerprint() []byte {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// DisableAccessLog 在当前请求中不使用访问日志
|
||||
func (this *HTTPRequest) DisableAccessLog() {
|
||||
this.disableLog = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user