From dafb49c804348ea930298788b73bb63dfeb6da1c Mon Sep 17 00:00:00 2001
From: Adam Tauber <asciimoo@gmail.com>
Date: Tue, 27 Jan 2015 19:58:39 +0100
Subject: [PATCH] [mod] update useragent versions

---
 searx/utils.py | 8 ++++----
 1 file 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',