mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-13 06:50:25 +08:00
在GET302和CAPTCHA验证中不记录特殊URL的访问日志
This commit is contained in:
@@ -76,3 +76,11 @@ func (this *TestRequest) Format(s string) string {
|
||||
func (this *TestRequest) WAFOnAction(action interface{}) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (this *TestRequest) WAFFingerprint() []byte {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (this *TestRequest) DisableAccessLog() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user