diff options
author | dalf <dalf@users.noreply.github.com> | 2022-03-01 06:24:55 +0000 |
---|---|---|
committer | searxng-bot <noreply@github.com> | 2022-03-01 06:24:55 +0000 |
commit | 49bc3971ae3f79e03b87fa5e9746a58276f855a7 (patch) | |
tree | 8a9dba38bf363e51d2b409322019f2338f2f866b /searx/data/useragents.json | |
parent | cddc623786d576d5256052ac02f5f29ee4a84639 (diff) | |
download | searxng-49bc3971ae3f79e03b87fa5e9746a58276f855a7.tar.gz searxng-49bc3971ae3f79e03b87fa5e9746a58276f855a7.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 6115e5ec5..64f751bcf 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,12 +1,11 @@ { "versions": [ + "97.0.1", + "97.0", "96.0.3", "96.0.2", "96.0.1", - "96.0", - "95.0.2", - "95.0.1", - "95.0" + "96.0" ], "os": [ "Windows NT 10.0; Win64; x64", |