diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2021-04-03 23:15:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 23:15:43 +0200 |
| commit | 7612e5d9fd6cd2219ec0b06bb7dce22c27e0d6d8 (patch) | |
| tree | 668da5bd0f642de62fa9e0c88a4fbe8482db4eaa /searx | |
| parent | 985e8b28fe11d86ab7a02360876722013e6fa829 (diff) | |
| parent | ad74c42aa1b1347c6c0ee0d2ccf1186d6d141d29 (diff) | |
Merge pull request #2712 from searx/update_data_update_firefox_version.py
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx')
| -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 6e77cbd40..230eb8735 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,9 +1,8 @@ { "versions": [ - "86.0", - "85.0.2", - "85.0.1", - "85.0" + "87.0", + "86.0.1", + "86.0" ], "os": [ "Windows NT 10.0; WOW64", |