diff options
author | dalf <dalf@users.noreply.github.com> | 2023-09-29 00:13:48 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-29 06:58:11 +0200 |
commit | ae2762eb78de3528a1ab808a5dbbfb5602ebc8e6 (patch) | |
tree | 1dbb68659e897595f4bc3e7784db5b1065d21c73 /searx/data/useragents.json | |
parent | 18da3d65c5835132a75ce8dd3009e07766f805b3 (diff) | |
download | searxng-ae2762eb78de3528a1ab808a5dbbfb5602ebc8e6.tar.gz searxng-ae2762eb78de3528a1ab808a5dbbfb5602ebc8e6.zip |
Update searx.data - update_firefox_version.py
Diffstat (limited to 'searx/data/useragents.json')
-rw-r--r-- | searx/data/useragents.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/data/useragents.json b/searx/data/useragents.json index a9568ce71..fe13fcc81 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -1,11 +1,11 @@ { "versions": [ - "117.0", - "116.0" + "118.0", + "117.0" ], "os": [ "Windows NT 10.0; Win64; x64", "X11; Linux x86_64" ], "ua": "Mozilla/5.0 ({os}; rv:109.0) Gecko/20100101 Firefox/{version}" -} +}
\ No newline at end of file |