From 59a67f30c8b397ec8e0be49eab3f88acd8447413 Mon Sep 17 00:00:00 2001 From: dalf Date: Fri, 29 Dec 2023 00:12:21 +0000 Subject: Update searx.data - update_firefox_version.py --- searx/data/useragents.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 7b87e7d5..df840670 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,11 @@ { "versions": [ - "119.0", - "118.0" + "121.0", + "120.0" ], "os": [ "Windows NT 10.0; Win64; x64", "X11; Linux x86_64" ], "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" -} +} \ No newline at end of file -- cgit v1.2.3