From e473addaff3415e1892dc9e57da13d6378146d6f Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 5 Nov 2022 22:04:37 +0100 Subject: User agent: don't include the patch number in the Firefox version The Firefox version in the user agent doesn't include the patch version: 106.0 not 106.0.2 Close #1914 --- searx/data/useragents.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'searx/data/useragents.json') diff --git a/searx/data/useragents.json b/searx/data/useragents.json index c1559a149..b89cb1f3f 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,6 @@ { "versions": [ - "106.0.2", - "106.0.1", "106.0", - "105.0.3", - "105.0.2", - "105.0.1", "105.0" ], "os": [ -- cgit v1.2.3