Update searx.data - update_firefox_version.py

This commit is contained in:
dalf 2023-12-29 00:12:21 +00:00 committed by Markus Heiser
parent 81e8638de0
commit 59a67f30c8

View file

@ -1,11 +1,11 @@
{ {
"versions": [ "versions": [
"119.0", "121.0",
"118.0" "120.0"
], ],
"os": [ "os": [
"Windows NT 10.0; Win64; x64", "Windows NT 10.0; Win64; x64",
"X11; Linux x86_64" "X11; Linux x86_64"
], ],
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
} }