diff options
author | dalf <dalf@users.noreply.github.com> | 2022-01-01 06:24:49 +0000 |
---|---|---|
committer | searxng-bot <noreply@github.com> | 2022-01-01 06:24:49 +0000 |
commit | 184242d36bac0ba4d3aeefd682a3cf7432ca0341 (patch) | |
tree | ffb9f2c9ab221335a134f83e255b375318aac296 /searx | |
parent | 021b4a0a0274817967988063e032b438a4664dbb (diff) | |
download | searxng-184242d36bac0ba4d3aeefd682a3cf7432ca0341.tar.gz searxng-184242d36bac0ba4d3aeefd682a3cf7432ca0341.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx')
-rw-r--r-- | searx/data/useragents.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index c5624ad4d..31b18a865 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,12 +1,14 @@ { "versions": [ + "95.0.2", + "95.0.1", + "95.0", "94.0.2", "94.0.1", - "94.0", - "93.0" + "94.0" ], "os": [ - "Windows NT 10.0; WOW64", + "Windows NT 10.0; Win64; x64", "X11; Linux x86_64" ], "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" |