Skip to content

Commit

Permalink
javbus new accept-language
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Sep 28, 2023
1 parent 9d5de5b commit 8305985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/router/v1/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if (PROXY_URL) {
const extendOptions: ExtendOptions = {
headers: {
'User-Agent': USER_AGENT,
'accept-language': 'zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7',
},
timeout: {
request: JAVBUS_TIMEOUT,
Expand Down

0 comments on commit 8305985

Please sign in to comment.