[common] update UA

This commit is contained in:
Mort Yao 2020-11-12 00:00:24 +01:00
parent b0aca8438c
commit c074d81001
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -143,7 +143,7 @@ fake_headers = {
'Accept-Charset': 'UTF-8,*;q=0.5',
'Accept-Encoding': 'gzip,deflate,sdch',
'Accept-Language': 'en-US,en;q=0.8',
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0', # noqa
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.74 Safari/537.36 Edg/79.0.309.43', # noqa
}
if sys.stdout.isatty():