Skip to content

Commit

Permalink
fix(feiji): modify the request header (#7902 close #7890)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangRucheng authored Feb 9, 2025
1 parent 3f9bed3 commit ec3fc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ilanzou/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (d *ILanZou) request(pathname, method string, callback base.ReqCallback, pr
"Referer": d.conf.site + "/",
"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",
"Accept-Encoding": "gzip, deflate, br, zstd",
"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",
})

if callback != nil {
Expand Down

0 comments on commit ec3fc94

Please sign in to comment.