diff options
Diffstat (limited to 'searx/data/useragents.json')
| -rw-r--r-- | searx/data/useragents.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json new file mode 100644 index 000000000..abb81000c --- /dev/null +++ b/searx/data/useragents.json @@ -0,0 +1,15 @@ +{ + "versions": [ + "70.0.1", + "70.0", + "69.0.3", + "69.0.2", + "69.0.1", + "69.0" + ], + "os": [ + "Windows NT 10; WOW64", + "X11; Linux x86_64" + ], + "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" +}
\ No newline at end of file |