diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-08-07 17:15:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-07 17:15:22 +0200 |
| commit | eea2e8e5f369fa20144c799d6a82b293d0d04a84 (patch) | |
| tree | 2075a7d35a02836c5f9909c48fbd2e11897e16c7 /searx/data | |
| parent | d51732c0e5e89f86abfe68718277a2e21b190103 (diff) | |
| parent | 50c836864a9a7a765561d886b11f44d8cea0bce9 (diff) | |
Merge pull request #933 from dalf/firefox_version
searx fetchs automaticaly firefox last versions
Diffstat (limited to 'searx/data')
| -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 |