diff options
author | Émilien Devos <contact@emiliendevos.be> | 2020-04-21 20:50:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 20:50:16 +0000 |
commit | 7a50522a8202418243fab5ea26be5688ee6f8720 (patch) | |
tree | 5062e2c93f96be1fe6519b053ba7b44631a2c972 /searx | |
parent | f18f94a8570f10421fc162fe8f338d97edc7d47b (diff) | |
download | searxng-7a50522a8202418243fab5ea26be5688ee6f8720.tar.gz searxng-7a50522a8202418243fab5ea26be5688ee6f8720.zip |
Update default user agents
Diffstat (limited to 'searx')
-rw-r--r-- | searx/data/useragents.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 5ba8c5be8..d464ec5f6 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,12 +1,12 @@ { "versions": [ - "74.0", - "73.0.1", - "73.0" + "75.0", + "74.0.1", + "74.0" ], "os": [ - "Windows NT 10; WOW64", + "Windows NT 10.0; WOW64", "X11; Linux x86_64" ], "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" -}
\ No newline at end of file +} |