Skip to content

Commit

Permalink
enabled changeOrigin option
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Feb 16, 2020
1 parent c6e4f45 commit 1ea7387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ let Proxy = ({cookieDomainRewrite, locationReplaceMap302, regReplaceMap, siteSpe
// followRedirects: true,
cookieDomainRewrite,
secure: false,
// changeOrigin: true,
changeOrigin: true,
debug:true,
onError: (err, req, res) => {
logSave(`onerror: ${err}`)
Expand Down

0 comments on commit 1ea7387

Please sign in to comment.