diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-09-08 11:12:15 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-09-08 11:12:15 +0200 |
commit | d8ef9449749ef58236e3c2f93cbd6cf57cbfca6c (patch) | |
tree | cf8f8bc98320b9f85ceea02e3fb0a6eb4bb84870 /searx/utils.py | |
parent | 4184cece4a0b2d04b45105e755492bfee5fa1a12 (diff) | |
download | searxng-d8ef9449749ef58236e3c2f93cbd6cf57cbfca6c.tar.gz searxng-d8ef9449749ef58236e3c2f93cbd6cf57cbfca6c.zip |
[enh] extend user agent versions
Diffstat (limited to 'searx/utils.py')
-rw-r--r-- | searx/utils.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/utils.py b/searx/utils.py index b8561b84b..506228465 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -1,4 +1,3 @@ -# import htmlentitydefs import cStringIO import csv import os @@ -20,7 +19,10 @@ ua_versions = ('33.0', '34.0', '35.0', '36.0', - '37.0') + '37.0', + '38.0', + '39.0', + '40.0') ua_os = ('Windows NT 6.3; WOW64', 'X11; Linux x86_64', |