diff options
author | dalf <dalf@users.noreply.github.com> | 2022-02-01 06:23:16 +0000 |
---|---|---|
committer | searxng-bot <noreply@github.com> | 2022-02-01 06:23:16 +0000 |
commit | f4f90aa3a46a62b141bcacd20d1fb573e48d1d9b (patch) | |
tree | 4fdaf16d925556b7a68c1dd24167da4d948ba3d0 | |
parent | 8ae05f6ea57650b7377f430148e1fa6a6dc5a75c (diff) | |
download | searxng-f4f90aa3a46a62b141bcacd20d1fb573e48d1d9b.tar.gz searxng-f4f90aa3a46a62b141bcacd20d1fb573e48d1d9b.zip |
Update searx.data - update_firefox_version.py
-rw-r--r-- | searx/data/useragents.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 31b18a865..6115e5ec5 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,12 @@ { "versions": [ + "96.0.3", + "96.0.2", + "96.0.1", + "96.0", "95.0.2", "95.0.1", - "95.0", - "94.0.2", - "94.0.1", - "94.0" + "95.0" ], "os": [ "Windows NT 10.0; Win64; x64", |