-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixedUh oh... Something needs to be fixed
Description
disable_csp=True has no effect in CDP Mode
This is another one of those issues caused by Chrome 142's removal of the --load-extension option and the workaround (#4053), because disabling a website's CSP (content security policy) was previously being done via Chrome extension. But since Chrome extensions won't work in UC Mode / CDP Mode anymore (since Chrome 142), we now need to instead disable CSP by using the Chrome Devtools Protocol directly.
Metadata
Metadata
Assignees
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixedUh oh... Something needs to be fixed