diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-01-27 19:58:39 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-27 19:58:39 +0100 |
commit | dafb49c804348ea930298788b73bb63dfeb6da1c (patch) | |
tree | 2aabb83db64bd8146817638f8ee934fafcd294a9 /searx | |
parent | 27efdf38c8e068394a42269c4ce4e2cba461ee81 (diff) | |
download | searxng-dafb49c804348ea930298788b73bb63dfeb6da1c.tar.gz searxng-dafb49c804348ea930298788b73bb63dfeb6da1c.zip |
[mod] update useragent versions
Diffstat (limited to 'searx')
-rw-r--r-- | searx/utils.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/utils.py b/searx/utils.py index f15f8a4bc..e3f095355 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -17,11 +17,11 @@ from searx import logger logger = logger.getChild('utils') -ua_versions = ('29.0', - '30.0', - '31.0', +ua_versions = ('31.0', '32.0', - '33.0') + '33.0', + '34.0', + '35.0') ua_os = ('Windows NT 6.3; WOW64', 'X11; Linux x86_64', |