diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-05-01 09:49:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-01 09:49:23 +0200 |
| commit | 851cae567186e7be5aaf9f5c2a75798ab995f2ce (patch) | |
| tree | c251fdccbdec4a85b9d0bb131e2ff69cf7e7c64a /searx/data | |
| parent | 7ad03488781cb5ae4edac9530f15217fe246fe75 (diff) | |
| parent | e36d7067a9b9160a4f9654b53376ce8b247df400 (diff) | |
Merge pull request #1155 from searxng/update_data_update_firefox_version.py
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data')
| -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", |