-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Chrome 142 removed the --load-extension option AND the workaround
Specifically, Chrome-branded Chromium removed the --load-extension option in Chrome 142 and the workaround, which was --disable-features=DisableLoadExtensionCommandLineSwitch. (This doesn't affect Chrome-for-Testing, unbranded Chromium, or other Chromium browsers such as Brave.) Note that Chrome extensions are used for various functionality, such as auth proxy, the Recorder, and other major features!
Required reading on the situation:
https://support.google.com/chrome/a/answer/7679408?sjid=11437610768047552203-NA#chromeBrsrE137
https://groups.google.com/a/chromium.org/g/chromium-extensions/c/aEHdhDZ-V0E/m/UWP4-k32AgAJ
Obviously, this is a major problem. Many users (including myself) use UC Mode / CDP Mode with an authenticated proxy, which is set via extension. Going to need to find a workaround for this.
Previously, there was also this ticket for this: #3771, but there was a workaround that made things work again: #3778. Looks like the workaround for that one was removed, so I'll need to find another workaround.