Skip to content

Commit

Permalink
Bot UA can also be a mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
metalwolf authored Aug 3, 2020
1 parent a647df1 commit 8a4ca56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (u *UserAgent) maybeBot(ua string) bool {
// Bots now can also identify as MOBILE device !!
u.DeviceType = DeviceComputer
if strings.Contains(ua, "mobile") {
u.DeviceType = DeviceMobile
u.DeviceType = DevicePhone
}
return true
}
Expand Down

0 comments on commit 8a4ca56

Please sign in to comment.