From 7a50522a8202418243fab5ea26be5688ee6f8720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Tue, 21 Apr 2020 20:50:16 +0000 Subject: [PATCH] Update default user agents --- searx/data/useragents.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 5ba8c5be..d464ec5f 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,12 +1,12 @@ { "versions": [ - "74.0", - "73.0.1", - "73.0" + "75.0", + "74.0.1", + "74.0" ], "os": [ - "Windows NT 10; WOW64", + "Windows NT 10.0; WOW64", "X11; Linux x86_64" ], "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" -} \ No newline at end of file +}