Unverified Commit 73428069 authored by Markus Heiser's avatar Markus Heiser Committed by GitHub

Merge pull request #1936 from return42/fix-fetch

[fix] ffox useragent: use Windows NT 10.0 and not Windows NT 10
parents ac2b0ffa 697dd6c6
......@@ -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}"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment