1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-20 13:21:35 +02:00
searxng/searx/data/useragents.json

14 lines
272 B
JSON
Raw Normal View History

{
"versions": [
"89.0.2",
"89.0.1",
"89.0",
"88.0.1",
"88.0"
],
"os": [
2020-04-21 22:50:16 +02:00
"Windows NT 10.0; WOW64",
"X11; Linux x86_64"
],
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
}