Skip to content

v0.5.3

Choose a tag to compare

@only-cli only-cli released this 04 Sep 13:06
· 56 commits to main since this release
b1cbf23

Reddit reads cost one request instead of two: oc asks reddit.com with its Firefox fingerprint first.

Changed

  • Requests to reddit.com present the Firefox fingerprint first and fall back to Chrome, the reverse of every other site. Reddit's edge answers the Chrome fingerprint with a 403 or a 429 while letting Firefox through, and since it allows anonymous readers about ten requests a minute per address, the wasted Chrome attempt was costing a real share of that budget on every read. The downgrade chain is unchanged: a blocked or refused first identity falls to the second, and both refused falls to plain fetch. (#52, #56)

Full changelog: v0.5.2...v0.5.3