diff options
author | Alexandre Flament <alex@al-f.net> | 2022-11-05 22:04:37 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-11-05 22:04:37 +0100 |
commit | e473addaff3415e1892dc9e57da13d6378146d6f (patch) | |
tree | feb429bd5341fde934a70e241c8cc3854110797d /searx/data/useragents.json | |
parent | fc9986de0a21b01c1c8e342a9c4c8c6b96cc7ea2 (diff) | |
download | searxng-e473addaff3415e1892dc9e57da13d6378146d6f.tar.gz searxng-e473addaff3415e1892dc9e57da13d6378146d6f.zip |
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
Diffstat (limited to 'searx/data/useragents.json')
-rw-r--r-- | searx/data/useragents.json | 5 |
1 files changed, 0 insertions, 5 deletions
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": [ |