diff options
| author | dalf <dalf@users.noreply.github.com> | 2021-09-01 06:23:44 +0000 |
|---|---|---|
| committer | searx-bot <noreply@github.com> | 2021-09-01 06:23:44 +0000 |
| commit | 9e3113865df910f2e5dfba74a0b70c8b5ccb386b (patch) | |
| tree | cf82ab4387ce28e511eb2bb0bdf8ea42eb235c54 /searx | |
| parent | 37b3d8c33b243f342d80aac45cc023d66408a749 (diff) | |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/data/useragents.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 7779d87ce..424540332 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,11 @@ { "versions": [ + "91.0.2", + "91.0.1", + "91.0", "90.0.2", "90.0.1", - "90.0", - "89.0.2", - "89.0.1", - "89.0" + "90.0" ], "os": [ "Windows NT 10.0; WOW64", |