diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-07-04 23:11:39 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-07-04 23:12:44 +0200 |
commit | 9f64fd674558db5f2bdb37676c41bf2f949dcc1f (patch) | |
tree | 1031fe52c00c5778fda5ffe54abbaf0fe1c9c846 /searx/utils.py | |
parent | 257e52954a407c41b9b758d56fba684903a7c0b4 (diff) | |
download | searxng-9f64fd674558db5f2bdb37676c41bf2f949dcc1f.tar.gz searxng-9f64fd674558db5f2bdb37676c41bf2f949dcc1f.zip |
[enh] update useragent versions
Diffstat (limited to 'searx/utils.py')
-rw-r--r-- | searx/utils.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/searx/utils.py b/searx/utils.py index b297582ef..a444cd3cf 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -15,14 +15,14 @@ from searx import logger logger = logger.getChild('utils') -ua_versions = ('33.0', - '34.0', - '35.0', - '36.0', - '37.0', - '38.0', - '39.0', - '40.0') +ua_versions = ('40.0', + '41.0', + '42.0', + '43.0', + '44.0', + '45.0', + '46.0', + '47.0') ua_os = ('Windows NT 6.3; WOW64', 'X11; Linux x86_64', |