searxng/searx/data/useragents.json
Markus Heiser 3665b32aff Revert "[fix] update user agent"
This reverts commit 3c6549a17f886b90a8e700810f9e1aea86581966.

Related:

- https://github.com/searxng/searxng/pull/2826
2023-12-23 07:48:38 +01:00

12 lines
226 B
JSON

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