diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-04-29 12:55:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 12:55:13 +0000 |
commit | 4bae1a9eabd33ee095002c0392d26c45e8319159 (patch) | |
tree | 43601cb54beca64d63457f66a46b1633ffb522c6 /utils/fetch_firefox_version.py | |
parent | ceceee546b5273d9a1ebce6638ab98c7c34ed58f (diff) | |
parent | 7342806987aec05c50f12e149683609640ba66a0 (diff) | |
download | searxng-4bae1a9eabd33ee095002c0392d26c45e8319159.tar.gz searxng-4bae1a9eabd33ee095002c0392d26c45e8319159.zip |
Merge branch 'master' into fix/manage.sh
Diffstat (limited to 'utils/fetch_firefox_version.py')
-rwxr-xr-x | utils/fetch_firefox_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fetch_firefox_version.py b/utils/fetch_firefox_version.py index ed179585b..722c48229 100755 --- a/utils/fetch_firefox_version.py +++ b/utils/fetch_firefox_version.py @@ -24,7 +24,7 @@ NORMAL_REGEX = re.compile('^[0-9]+\.[0-9](\.[0-9])?$') # useragents = { "versions": (), - "os": ('Windows NT 10; WOW64', + "os": ('Windows NT 10.0; WOW64', 'X11; Linux x86_64'), "ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}" } |