From d7ca257fcdfeab400e0fd177693132c510dc2c3b Mon Sep 17 00:00:00 2001 From: return42 Date: Sat, 29 Mar 2025 00:14:05 +0000 Subject: [PATCH] [data] update searx.data - update_firefox_version.py --- searx/data/useragents.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/data/useragents.json b/searx/data/useragents.json index ea143590c..ff33088e3 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": [ - "135.0", - "134.0" + "136.0", + "135.0" ] } \ No newline at end of file