1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-28 15:50:15 +02:00

Update searx.data - update_firefox_version.py

This commit is contained in:
dalf 2023-09-29 00:13:48 +00:00 committed by Markus Heiser
parent 18da3d65c5
commit ae2762eb78

View File

@ -1,11 +1,11 @@
{ {
"versions": [ "versions": [
"117.0", "118.0",
"116.0" "117.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:109.0) Gecko/20100101 Firefox/{version}" "ua": "Mozilla/5.0 ({os}; rv:109.0) Gecko/20100101 Firefox/{version}"
} }