1
0
mirror of https://github.com/searxng/searxng.git synced 2024-06-30 22:50:16 +02:00
searxng/searx/data/useragents.json

11 lines
225 B
JSON
Raw Normal View History

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