zfcsoftware / puppeteer-real-browser

This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.
https://www.npmjs.com/package/puppeteer-real-browser
MIT License
622 stars 84 forks source link

quick question: "--disable-features=IsolateOrigins,site-per-process" #170

Closed aguyinmontreal closed 1 week ago

aguyinmontreal commented 2 weeks ago

Is there a specific reason why IsolateOrigins and site-per-process are not disabled in puppeteer-real-browser?

Thanks!

zfcsoftware commented 1 week ago

Hello, the library is detected when such flags are added. Since it becomes very difficult to detect when the runtime is turned off, bot detection systems now try to proceed through the added flags. When those flags were added, they were not added because the tests failed.