summaryrefslogtreecommitdiff
path: root/searx/data/useragents.json
blob: 01e8c92b8b6d6591f533ff12ae87b8c053332880 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "os": [
        "Windows NT 10.0; Win64; x64",
        "X11; Linux x86_64"
    ],
    "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
    "versions": [
        "143.0",
        "142.0"
    ]
}