You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summarizing the “why” here:
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).
Since CfT bundles a few components (hyphenation data, MEIPreload, WidevineCdm) the latter effect is problematic.
The above-mentioned CL changes CfT to disable component updates by default (without the need for any command-line flags) while still allowing bundled components to be initialized.
--simulate-outdated-no-au="Tue, 31 Dec 2099 23:59:59 GMT" already disables update checks, and with --disable-component-update https://demo.fingerprint.com/playground detects Chrome as nodriver, even if you didn't run it with Selenium, just this flag alone..
The text was updated successfully, but these errors were encountered:
puppeteer/puppeteer#13010
--simulate-outdated-no-au="Tue, 31 Dec 2099 23:59:59 GMT" already disables update checks, and with --disable-component-update https://demo.fingerprint.com/playground detects Chrome as nodriver, even if you didn't run it with Selenium, just this flag alone..
The text was updated successfully, but these errors were encountered: