Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bot authored and bot committed Dec 7, 2023
1 parent 8af5b4b commit 43c48a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function createBrowserToAntiBotDetector() {

const options = {
args,
headless: true,
headless: 'new',
ignoreHTTPSErrors: true,
userDataDir: './tmp'
};
Expand Down

0 comments on commit 43c48a7

Please sign in to comment.