diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-01 10:03:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-01 10:03:09 +0200 |
| commit | 414ad5b73359e5b2ef4401dd215fa5db25a6b3b3 (patch) | |
| tree | 4776a2cae1212bbf70404ef0e4416d4f32fc49c9 /searx/data | |
| parent | 856729226d5822a3285483689f9f8ba5c2bafc07 (diff) | |
| parent | 9f3a45577709375eccb7da5985e8bdecb62f9e09 (diff) | |
Merge pull request #119 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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index dd371eafd..5496b8765 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,7 +1,8 @@ { "versions": [ - "88.0", - "87.0" + "89.0", + "88.0.1", + "88.0" ], "os": [ "Windows NT 10.0; WOW64", |