mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-09 03:10:26 +08:00
优化代码
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (this *HTTPRequest) doCheckUserAgent() (shouldStop bool) {
|
func (this *HTTPRequest) doCheckUserAgent() (shouldStop bool) {
|
||||||
if this.web.UserAgent == nil {
|
if this.web.UserAgent == nil || !this.web.UserAgent.IsOn {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user