diff options
| author | Alexandre Flament <alex@al-f.net> | 2023-03-01 17:51:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-01 17:51:40 +0100 |
| commit | 507cdf3fd3ab1305c38c358deb35311b4ecc0e7f (patch) | |
| tree | eddb5e4b768fe35257108766dfb44cd91a93e531 /searx/data/useragents.json | |
| parent | d669da81fbe820df2d97c98560d00dee32979dc9 (diff) | |
| parent | ccd00518fd8d4b963d1e02f673771fc11802a75a (diff) | |
Merge pull request #2223 from searxng/update_data_update_firefox_version.py
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data/useragents.json')
| -rw-r--r-- | searx/data/useragents.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 59fb2b44f..3f23cdc16 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,7 +1,7 @@ { "versions": [ - "109.0", - "108.0" + "110.0", + "109.0" ], "os": [ "Windows NT 10.0; Win64; x64", |