--disable-component-update was removed from the default args in puppeteer-core v23.6.0, this PR restores the previous behaviour.
The --disable-component-update command-line flag does two things: it disables component updates (desired) but it also prevents any bundled components from being initialized (undesired).
This flag disables bundled components (MEIPreload, etc), adblock components are still registered.
--disable-component-update
was removed from the default args in puppeteer-core v23.6.0, this PR restores the previous behaviour.This flag disables bundled components (
MEIPreload
, etc), adblock components are still registered.