ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)

Home Page:https://github.com/UltrafunkAmsterdam/undetected-chromedriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Nodriver] How to use disable-web-security?

mashien0201 opened this issue · comments

I want to cancel the browser CORS restriction, how should I do it?
I've used config.add_argument('--disable-web-security')
Doesn't seem to work

I'm looking for an answer to this as well, any feedback would be appreciated.

commented
browser = await start(browser_args=['--disable-web-security', '--disable-site-isolation-trials'])