diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-10-29 07:15:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-29 07:15:11 +0100 |
| commit | dce383881ded48ee4f1e51dc7b4ea3a1b419ab4e (patch) | |
| tree | 0fba08c9161152321a7f1f16014a034be9e84038 | |
| parent | 1ebedcbc174afe760eb8e3a5ec02dfaef50c2952 (diff) | |
[data] update searx.data - update_firefox_version.py (#5388)
| -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 01e8c92b8..5b172745d 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": [ - "143.0", - "142.0" + "144.0", + "143.0" ] }
\ No newline at end of file |