diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-08-19 13:22:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 13:22:22 +0200 |
| commit | b75f1b6cc39a94989a74d52eb0f1267c3e3c665e (patch) | |
| tree | d3bab81ca2071196b1b4223d6d2db7d408b79bf2 /searx/data/useragents.json | |
| parent | e7f7eda18cc69287f30c512a98b4e90453bcd8e7 (diff) | |
| parent | 931c1bb0f663bc13998f5a78ae7cd9485d37453c (diff) | |
Merge branch 'master' into patch-2
Diffstat (limited to 'searx/data/useragents.json')
| -rw-r--r-- | searx/data/useragents.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json new file mode 100644 index 000000000..850bc418a --- /dev/null +++ b/searx/data/useragents.json @@ -0,0 +1,14 @@ +{ + "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}", + "versions": [ + "61.0.1", + "61.0", + "60.0.2", + "60.0.1", + "60.0" + ], + "os": [ + "Windows NT 10; WOW64", + "X11; Linux x86_64" + ] +}
\ No newline at end of file |