diff options
author | dalf <dalf@users.noreply.github.com> | 2022-05-01 06:26:31 +0000 |
---|---|---|
committer | searxng-bot <noreply@github.com> | 2022-05-01 06:26:31 +0000 |
commit | e36d7067a9b9160a4f9654b53376ce8b247df400 (patch) | |
tree | c251fdccbdec4a85b9d0bb131e2ff69cf7e7c64a /searx/data/useragents.json | |
parent | 7ad03488781cb5ae4edac9530f15217fe246fe75 (diff) | |
download | searxng-e36d7067a9b9160a4f9654b53376ce8b247df400.tar.gz searxng-e36d7067a9b9160a4f9654b53376ce8b247df400.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data/useragents.json')
-rw-r--r-- | searx/data/useragents.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index e65d359b9..227d6f9d8 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,10 @@ { "versions": [ + "99.0.1", + "99.0", "98.0.2", "98.0.1", - "98.0", - "97.0.2", - "97.0.1", - "97.0" + "98.0" ], "os": [ "Windows NT 10.0; Win64; x64", |