summaryrefslogtreecommitdiff
path: root/searx/data
diff options
context:
space:
mode:
authorMarc Abonce Seguin <marc-abonce@mailbox.org>2019-06-27 21:11:57 -0500
committerMarc Abonce Seguin <marc-abonce@mailbox.org>2019-11-23 19:26:48 -0700
commit94ca30de1b53ce8a03a83bfe3545ec6b642d560b (patch)
treeb410f4e44272af0219b4a8ed270f0050369e27ef /searx/data
parent42d5e2c02cd4715a0e09411efbb249ef5d8defed (diff)
downloadsearxng-94ca30de1b53ce8a03a83bfe3545ec6b642d560b.tar.gz
searxng-94ca30de1b53ce8a03a83bfe3545ec6b642d560b.zip
add a shortcut for utils/fetch_firefox_version.py in manage.sh
Diffstat (limited to 'searx/data')
-rw-r--r--searx/data/useragents.json20
1 files changed, 13 insertions, 7 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json
index 850bc418a..f7bfd0b68 100644
--- a/searx/data/useragents.json
+++ b/searx/data/useragents.json
@@ -1,14 +1,20 @@
{
- "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"
+ "67.0.4",
+ "67.0.3",
+ "67.0.2",
+ "67.0.1",
+ "67.0",
+ "66.0.5",
+ "66.0.4",
+ "66.0.3",
+ "66.0.2",
+ "66.0.1",
+ "66.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