Merge pull request #605 from searxng/update-user-agent

update_firefox_version.py: update user agent signature
This commit is contained in:
Markus Heiser 2021-12-17 06:34:28 +01:00 committed by GitHub
commit c82c708528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ NORMAL_REGEX = re.compile('^[0-9]+\.[0-9](\.[0-9])?$')
#
useragents = {
"versions": (),
"os": ('Windows NT 10.0; WOW64',
"os": ('Windows NT 10.0; Win64; x64',
'X11; Linux x86_64'),
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
}