mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
impers resolves the chrome alias to its newest fingerprint (chrome150 as of impers 0.1.1), but the native library it loads can be an older system copy of libcurl-impersonate found before its own pinned download. Such a copy refuses the fingerprint with an ImpersonateError before any request leaves, and oc died on the spot with "Impersonating chrome150 is not supported" (#40). A refused identity now downgrades the same way a 403 already did: chrome falls back to firefox, and when both are refused the plain fetch transport still gets the page. Any other impers failure propagates unchanged.