diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-06-29 08:17:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-29 08:17:46 +0200 |
| commit | 60be0f453e9e4a5fc48aeb4706e75af0a4047b36 (patch) | |
| tree | 1f1d3692c84be368204c0b41f77385cfe3ff4c61 /searx | |
| parent | 4fd3217786fe66e49be571a284c55f4b41451434 (diff) | |
[data] update searx.data - update_firefox_version.py (#4954)
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
Diffstat (limited to 'searx')
| -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 95a245560..b7c30e352 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -5,7 +5,7 @@ ], "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}", "versions": [ - "139.0", - "138.0" + "140.0", + "139.0" ] }
\ No newline at end of file |