diff --git a/index.js b/index.js index 94db66c2a8f3458e48e038f8231adf7ffe75540d..05cc70a4b55490c837a052dc23e8bd6ea6f9c655 100644 --- a/index.js +++ b/index.js @@ -67,7 +67,6 @@ proxy.on('proxyRes', (proxyRes, req, res) => { // 这里可以根据需要修改 cookie 的 domain return cookie; }); - proxyRes.headers['set-cookie'] = cookies; proxyRes.headers['Origin']="https://s.hunlihu.com"; proxyRes.headers['Referer']="https://s.hunlihu.com";