瀏覽代碼

[enh] extend user agent versions

Adam Tauber 9 年之前
父節點
當前提交
d8ef944974
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4
    2
      searx/utils.py

+ 4
- 2
searx/utils.py 查看文件

@@ -1,4 +1,3 @@
1
-# import htmlentitydefs
2 1
 import cStringIO
3 2
 import csv
4 3
 import os
@@ -20,7 +19,10 @@ ua_versions = ('33.0',
20 19
                '34.0',
21 20
                '35.0',
22 21
                '36.0',
23
-               '37.0')
22
+               '37.0',
23
+               '38.0',
24
+               '39.0',
25
+               '40.0')
24 26
 
25 27
 ua_os = ('Windows NT 6.3; WOW64',
26 28
          'X11; Linux x86_64',