diff options
author | dalf <dalf@users.noreply.github.com> | 2023-05-29 00:14:36 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-05-29 07:27:07 +0200 |
commit | 512e00127756e7bfe33ab5ae7da6661e043880f5 (patch) | |
tree | 5f71b43b3774d2e1775529504992b1365d69bb30 /searx | |
parent | f03ac9b152643ee45a7a60265759f6225c132d7f (diff) | |
download | searxng-512e00127756e7bfe33ab5ae7da6661e043880f5.tar.gz searxng-512e00127756e7bfe33ab5ae7da6661e043880f5.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx')
-rw-r--r-- | searx/data/useragents.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 7fdf52017..7fbfb8307 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,7 +1,7 @@ { "versions": [ - "112.0", - "111.0" + "113.0", + "112.0" ], "os": [ "Windows NT 10.0; Win64; x64", |