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