diff options
author | dalf <dalf@users.noreply.github.com> | 2021-08-01 06:24:01 +0000 |
---|---|---|
committer | searx-bot <noreply@github.com> | 2021-08-01 06:24:01 +0000 |
commit | f5389fd7222f29555dee01651007f5d14d18d2aa (patch) | |
tree | e1f56b2cd120574090fcb2279d29640d60e10bd2 /searx/data | |
parent | d2d6234f92f2e64899d315d50b4e0a8794c5ae48 (diff) | |
download | searxng-f5389fd7222f29555dee01651007f5d14d18d2aa.tar.gz searxng-f5389fd7222f29555dee01651007f5d14d18d2aa.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data')
-rw-r--r-- | searx/data/useragents.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index f823bbd41..7779d87ce 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,10 +1,11 @@ { "versions": [ + "90.0.2", + "90.0.1", + "90.0", "89.0.2", "89.0.1", - "89.0", - "88.0.1", - "88.0" + "89.0" ], "os": [ "Windows NT 10.0; WOW64", |