mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
Reddit's edge answers the chrome fingerprint with a 403 or a 429 while letting firefox through, and it allows anonymous readers about ten requests a minute per address, so the wasted chrome attempt on every read was costing a real share of that budget. identityOrder() picks the order per host: firefox then chrome for reddit.com and its subdomains, chrome then firefox everywhere else, with the same downgrade chain and plain fetch fallback as before. Refs #52.