8000 fix(feiji): modify the request header (#7902 close #7890) · AlistGo/alist@ec3fc94 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit ec3fc94

Browse files
authored
fix(feiji): modify the request header (#7902 close #7890)
1 parent 3f9bed3 commit ec3fc94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ilanzou/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func (d *ILanZou) request(pathname, method string, callback base.ReqCallback, pr
7373
"Referer": d.conf.site + "/",
7474
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0",
7575
"Accept-Encoding": "gzip, deflate, br, zstd",
76+
"Accept-Language": "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6,mt;q=0.5",
7677
})
7778

7879
if callback != nil {

0 commit comments

Comments
 (0)
0