v0.2.2
Latest
Site Compatibility
- Cloudflare Turnstile Support — align
SEC-CH-UA,SEC-CH-UA-Mobile, andSEC-CH-UA-Platformheaders with the overridden User-Agent so Turnstile challenges pass; strip Client Hints for Firefox and Safari presets - Chrome Version Pinning — substitute Electron's real Chromium major into the UA preset's
Chrome/andEdg/tokens sonavigator.userAgent,navigator.userAgentData, and outgoingSEC-CH-UAall agree - Google Sign-In Fix — swap in a Firefox User-Agent for
accounts.google.com(and drop Client Hints for that host) so Google serves the Firefox sign-in path instead of blocking embedded-browser detection - Gmail / Google Runtime Stub — inject a minimal
window.chrome.runtimestub on Google domains (excluding hangouts/drive) via the web-content preload so Google's "is this real Chrome?" probe succeeds
Improvements
- Header Policy Split — split
applyCookiePolicyintoapplyRequestHeaderPolicy+applyResponseHeaderPolicyso cookie stripping, Client Hints alignment, and host-specific UA overrides share the singleonBeforeSendHeaderslistener Electron allows per session
