diff options
author | dalf <dalf@users.noreply.github.com> | 2022-06-01 06:31:57 +0000 |
---|---|---|
committer | searxng-bot <noreply@github.com> | 2022-06-01 06:31:57 +0000 |
commit | a93170725f2f93408ed8cc443c7d57233dc49ea9 (patch) | |
tree | 07f7039cf10bb710dedb6d28d18595c746eacd4e /searx/data | |
parent | 51ba817e06bb15ca1768010d6873d1d7bf48b0b6 (diff) | |
download | searxng-a93170725f2f93408ed8cc443c7d57233dc49ea9.tar.gz searxng-a93170725f2f93408ed8cc443c7d57233dc49ea9.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data')
-rw-r--r-- | searx/data/useragents.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index 227d6f9d8..9280a37ec 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,10 +1,9 @@ { "versions": [ - "99.0.1", - "99.0", - "98.0.2", - "98.0.1", - "98.0" + "101.0", + "100.0.2", + "100.0.1", + "100.0" ], "os": [ "Windows NT 10.0; Win64; x64", |