Skip to content

Commit

Permalink
reCARTCHA 대응
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Feb 17, 2024
1 parent 025b742 commit 9f52a23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"puppeteer": "^21.5.0"
"puppeteer": "^21.0.3"
},
"type": "module"
}
1 change: 1 addition & 0 deletions util/crawlKakaoLoginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function crawlKakaoLoginPage(finalUrl) {

// console.log("[INFO] : Chrome Relative Path : " + chromePath);
browser = await puppeteer.launch({
args: ['--incognito'],
headless: "new",
executablePath: chromePath, // TODO: 배포할 때는 주석 해제
});
Expand Down

0 comments on commit 9f52a23

Please sign in to comment.