diff options
author | dalf <dalf@users.noreply.github.com> | 2022-04-01 06:27:13 +0000 |
---|---|---|
committer | searxng-bot <noreply@github.com> | 2022-04-01 06:27:13 +0000 |
commit | 4d555232477e9531fb5bde3bf5c407b25104be43 (patch) | |
tree | 37511e88ae8c12ac5ecb993ec0eb7beef0c63e19 /searx/data | |
parent | d1334beb4fb16beec298f894d75e94b241499e06 (diff) | |
download | searxng-4d555232477e9531fb5bde3bf5c407b25104be43.tar.gz searxng-4d555232477e9531fb5bde3bf5c407b25104be43.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data')
-rw-r--r-- | searx/data/useragents.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 64f751bcf..e65d359b9 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,11 @@ { "versions": [ + "98.0.2", + "98.0.1", + "98.0", + "97.0.2", "97.0.1", - "97.0", - "96.0.3", - "96.0.2", - "96.0.1", - "96.0" + "97.0" ], "os": [ "Windows NT 10.0; Win64; x64", |