diff options
Diffstat (limited to 'searx/data/useragents.json')
| -rw-r--r-- | searx/data/useragents.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json new file mode 100644 index 000000000..d464ec5f6 --- /dev/null +++ b/searx/data/useragents.json @@ -0,0 +1,12 @@ +{ + "versions": [ + "75.0", + "74.0.1", + "74.0" + ], + "os": [ + "Windows NT 10.0; WOW64", + "X11; Linux x86_64" + ], + "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" +} |