summaryrefslogtreecommitdiff
path: root/searx/data
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2017-05-28 15:46:45 +0200
committerAlex <alex@al-f.net>2018-08-05 10:10:15 +0200
commit066bd916bf0c0344c978d2ea46cf9e9960841a61 (patch)
tree7daed2981af956a9abb099cbd3a4eb53cf87aacf /searx/data
parentd51732c0e5e89f86abfe68718277a2e21b190103 (diff)
[mod] fetch firefox versions in a standalone script
Diffstat (limited to 'searx/data')
-rw-r--r--searx/data/useragents.json15
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..ba80ce885
--- /dev/null
+++ b/searx/data/useragents.json
@@ -0,0 +1,15 @@
+{
+ "os": [
+ "Windows NT 10; WOW64",
+ "X11; Linux x86_64"
+ ],
+ "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
+ "versions": [
+ "59.0.2",
+ "59.0.1",
+ "59.0",
+ "58.0.2",
+ "58.0.1",
+ "58.0"
+ ]
+} \ No newline at end of file