Skip to content

Commit

Permalink
feat: 默认关闭FollowRedirect
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Apr 21, 2023
1 parent 0ce1503 commit df1518c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cos-nodejs-sdk-v5",
"version": "2.11.20",
"version": "2.12.0",
"description": "cos nodejs sdk v5",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sdk/cos.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var defaultOptions = {
Ip: '',
StrictSsl: true,
KeepAlive: true,
FollowRedirect: true,
FollowRedirect: false,
UseAccelerate: false,
UserAgent: '',
ConfCwd: '',
Expand Down

0 comments on commit df1518c

Please sign in to comment.