diff options
| author | dalf <dalf@users.noreply.github.com> | 2023-10-29 00:15:04 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-10-29 08:44:59 +0100 |
| commit | 92efb941d8f3738caf298d50d1074c38b339a670 (patch) | |
| tree | 344bcf6dd6ef3705b574209238b0f11e8db21895 /searx/data | |
| parent | fa494b9be37c1c78850be80ec8e01aaae1bca36a (diff) | |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data')
| -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 fe13fcc81..5b52aff8e 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,7 +1,7 @@ { "versions": [ - "118.0", - "117.0" + "119.0", + "118.0" ], "os": [ "Windows NT 10.0; Win64; x64", |