brave / cookiemonster

Automatically gobble up cookie consent notices
Mozilla Public License 2.0
4 stars 0 forks source link

Restore --disable-component-update default Puppeteer arg #95

Closed mschfh closed 1 week ago

mschfh commented 1 week ago

--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.