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
--extension never took effect — CLI passed extension_paths (Python API name) to the JS wrapper, which only reads camelCase extensionPaths. Chrome extensions were silently ignored. Now serialized as extensionPaths; regression test covers the key name.
Added
--release-channel <stable|preview> — Opt into the CloakBrowser 0.5.2 Preview channel (also honors CLOAKBROWSER_RELEASE_CHANNEL).
--no-fingerprint-noise — Disable fingerprint noise injection while keeping the deterministic seed (cloakbrowser 0.3.19).
--fingerprint-allow-3p-cookies — Allow third-party cookies for reCAPTCHA v3 / SSO / payment flows (cloakbrowser 0.4.8).
LICENSE_ERROR error code — Maps cloakbrowser 0.4.11's CloakBrowserLicenseError (detected by err.name) so Pro license denials surface with a clear code instead of INTERNAL_ERROR.
Changed
peerDependency — cloakbrowser >=0.5.2 (was >=0.3.0). Devs bumped to >=0.5.3. Inline version hints refreshed.