summaryrefslogtreecommitdiff
path: root/searx/utils.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2018-06-26 11:06:47 +0200
committerGitHub <noreply@github.com>2018-06-26 11:06:47 +0200
commit686a9428d4962f52ff51d0042a7dab1f754f6639 (patch)
tree95579e0985492875c36150e18c117d41a7a51405 /searx/utils.py
parentf82ead3e303d75ba63a370dc038311e172e1330d (diff)
parentc7000cd1df6d8f9aaa787515a6eca16f8a083715 (diff)
Merge pull request #1330 from MarcAbonce/user-agent
[fix] Update user agent versions
Diffstat (limited to 'searx/utils.py')
-rw-r--r--searx/utils.py17
1 files changed, 9 insertions, 8 deletions
diff --git a/searx/utils.py b/searx/utils.py
index 1ec45ed6e..3b2e39919 100644
--- a/searx/utils.py
+++ b/searx/utils.py
@@ -39,14 +39,15 @@ else:
logger = logger.getChild('utils')
-ua_versions = ('40.0',
- '41.0',
- '42.0',
- '43.0',
- '44.0',
- '45.0',
- '46.0',
- '47.0')
+ua_versions = ('52.8.1',
+ '53.0',
+ '54.0',
+ '55.0',
+ '56.0',
+ '57.0',
+ '58.0',
+ '59.0',
+ '60.0.2')
ua_os = ('Windows NT 6.3; WOW64',
'X11; Linux x86_64',