Closed
Description
The disable-csp feature stopped working with Chrome / chromedriver 133
This is a feature activated via: disable_csp=True
/ --disable-csp
. It stopped working recently because Chrome / chromedriver 133 has dropped support for Manifest-V2 extensions. (People have to use Manifest-V3 extensions now.)
The temporary workaround is to set driver_version=132
/ --driver-version=132
.
The permanent workaround likely involves rewriting the extension.