[Bug] stealth Plugin detected on [Gmail&Google] after Login page
See original GitHub issueHello,
since last week this problem has started to show again
It seems like the Gmail has made a new update ,
i use await this.page.setBypassCSP(true)
but not working anymore .
Thank you.
Issue Analytics
- State:
- Created a year ago
- Comments:9
Top Results From Across the Web
puppeteer-extra-plugin-stealth - npm
Stealth mode: Applies various techniques to make detection of headless puppeteer harder.. Latest version: 2.11.1, last published: 5 months ...
Read more >'You Look Like a Robot' Error , while using puppeteer in ...
I'm using a residential IP proxy with the following set of packages puppeteer-extra , puppeteer-extra-plugin-stealth , puppeteer-extra-plugin- ...
Read more >HexPADS: a platform to detect “stealth” attacks - Mathias Payer
A discussion of mitigation mechanisms that protect against cache, DRAM, and memory deduplication attacks. Page 3. 2 Threat model and attacker goals. We...
Read more >Linux Command-Line Tools to Take Website Screenshots
In other cases, we may want to take screenshots after the user has done ... to puppeteer-extra-plugin-stealth, a plugin to avoid detection:
Read more >How to Scrape Websites Without Getting Blocked - ScrapeHero
Web scraping bots fetch data very fast, but it is easy for a site to detect your scraper, as humans cannot browse that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i found that disabling
iframe.contentWindow
,navigator.plugins
works for me. enabling any of them results in being detected@signaldev1 there’s an evasion called
navigator.plugins
although removing both evasions + removingsetBypassCSP
doesn’t help my haedless case.PS. using
await page.setBypassCSP(true)
helped me last week or a bit earlier, now it is a problem to use that even ifheadless=false