diff options
author | dalf <dalf@users.noreply.github.com> | 2022-10-29 01:46:34 +0000 |
---|---|---|
committer | searxng-bot <noreply@github.com> | 2022-10-29 01:46:34 +0000 |
commit | c24abc2f8c07ee030bf0dab4a073f70576c98800 (patch) | |
tree | 2fc8912912d8641374e94d496afacaf297edf7c6 /searx/data/useragents.json | |
parent | 5a181ea1f53897072be258987b51d9cca8c58ef8 (diff) | |
download | searxng-c24abc2f8c07ee030bf0dab4a073f70576c98800.tar.gz searxng-c24abc2f8c07ee030bf0dab4a073f70576c98800.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data/useragents.json')
-rw-r--r-- | searx/data/useragents.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 54b2dbe76..c1559a149 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,10 +1,12 @@ { "versions": [ + "106.0.2", + "106.0.1", + "106.0", + "105.0.3", + "105.0.2", "105.0.1", - "105.0", - "104.0.2", - "104.0.1", - "104.0" + "105.0" ], "os": [ "Windows NT 10.0; Win64; x64", |