移除Brotli依赖

This commit is contained in:
Jing Ling
2020-05-13 17:17:58 +08:00
parent 5f2371bc55
commit 68e7d6d76d
4 changed files with 2 additions and 43 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def gen_fake_header():
headers = {
'Accept': 'text/html,application/xhtml+xml,'
'application/xml;q=0.9,*/*;q=0.8',
'Accept-Encoding': 'gzip, deflate, br',
'Accept-Encoding': 'gzip, deflate',
'Accept-Language': 'en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7',
'Cache-Control': 'max-age=0',
'Connection': 'close',