mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
CLI args like --fingerprint-locale were passed as raw passthrough args to Chrome, missing the companion --lang flag that build_args() normally adds. Caused Intl API to default to en-US while navigator.language showed the correct locale — a detectable mismatch. Fixes #130