Updated dependencies and added avct/uasurfer (#8089)
* Updated dependencies and added avct/uasurfer * Added uasurfer to NOTICE.txt
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f5c8a71698
Коммит
2fa7c464f0
4
vendor/github.com/mssola/user_agent/operating_systems.go
сгенерированный
поставляемый
4
vendor/github.com/mssola/user_agent/operating_systems.go
сгенерированный
поставляемый
@@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2012-2017 Miquel Sabaté Solà <mikisabate@gmail.com>
|
||||
// Copyright (C) 2012-2018 Miquel Sabaté Solà <mikisabate@gmail.com>
|
||||
// This file is licensed under the MIT license.
|
||||
// See the LICENSE file.
|
||||
|
||||
@@ -88,6 +88,8 @@ func webkit(p *UserAgent, comment []string) {
|
||||
}
|
||||
if len(comment) > 3 {
|
||||
p.localization = comment[3]
|
||||
} else if len(comment) == 3 {
|
||||
_ = p.googleBot()
|
||||
}
|
||||
} else if len(comment) > 0 {
|
||||
if len(comment) > 3 {
|
||||
|
||||
Ссылка в новой задаче
Block a user