1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-05 00:40:15 +02:00
searxng/searx/data/useragents.json

11 lines
221 B
JSON
Raw Normal View History

{
"versions": [
"118.0",
"117.0"
],
"os": [
"Windows NT 10.0; Win64; x64",
"X11; Linux x86_64"
],
2023-09-21 18:21:20 +02:00
"ua": "Mozilla/5.0 ({os}; rv:109.0) Gecko/20100101 Firefox/{version}"
}