diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-07-29 07:22:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 07:22:21 +0200 |
| commit | 2ad35421d7460b0b408073f1905ef5d44eef316f (patch) | |
| tree | bd4b5f8d05ab1427a929957b05cc6e70d607526b | |
| parent | f32e91e51aeda37cdb0dbfe2af15db27e10c06a7 (diff) | |
[data] update searx.data - update_firefox_version.py (#5063)
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
| -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 b7c30e352..2743a2910 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": [ - "140.0", - "139.0" + "141.0", + "140.0" ] }
\ No newline at end of file |