summaryrefslogtreecommitdiff
path: root/searx/data/useragents.json
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-03-10 15:44:39 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-03-10 15:56:50 +0100
commit3edaa26dae80b1256c9460d59754475b6d7293ea (patch)
tree73dd1be7b2d9e14918112bf6deb661a961897fda /searx/data/useragents.json
parentce4aaf6cad9c0a57f5f12ef80ec4e1b45bcf87d4 (diff)
[data] make data.all
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/data/useragents.json')
-rw-r--r--searx/data/useragents.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json
index 38336d3c1..a4d29abdc 100644
--- a/searx/data/useragents.json
+++ b/searx/data/useragents.json
@@ -1,11 +1,11 @@
{
- "versions": [
- "123.0",
- "122.0"
- ],
"os": [
"Windows NT 10.0; Win64; x64",
"X11; Linux x86_64"
],
- "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
+ "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
+ "versions": [
+ "123.0",
+ "122.0"
+ ]
} \ No newline at end of file