diff options
author | jazzzooo <38244149+jazzzooo@users.noreply.github.com> | 2023-09-21 09:21:20 -0700 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-09-25 22:46:22 +0200 |
commit | 3c6549a17f886b90a8e700810f9e1aea86581966 (patch) | |
tree | 85cad8de3a0c34f847c1e9d54afed4d9e110cce6 /searx/data/useragents.json | |
parent | ffec8d1b4cd3036d628b70628d54decc07b4fc2b (diff) | |
download | searxng-3c6549a17f886b90a8e700810f9e1aea86581966.tar.gz searxng-3c6549a17f886b90a8e700810f9e1aea86581966.zip |
[fix] update user agent
Diffstat (limited to 'searx/data/useragents.json')
-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 86229abab..a9568ce71 100644 --- a/searx/data/useragents.json +++ b/searx/data/useragents.json @@ -7,5 +7,5 @@ "Windows NT 10.0; Win64; x64", "X11; Linux x86_64" ], - "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" -}
\ No newline at end of file + "ua": "Mozilla/5.0 ({os}; rv:109.0) Gecko/20100101 Firefox/{version}" +} |