If, like me, you’ve relied on Fennec as a more tolerable version of Firefox for Android, you may have gotten some bad news in the latest F-droid update cycle.
Fennec has fallen so far behind on updates that serious security patches implemented by Mozilla in Firefox haven’t been applied to the fork, and Fennec is therefore still breachable.
The developer responded two weeks ago that they were “short on time”, and there still isn’t a new, secure version available. This appears to be due to that recurring weak link in open source development: small teams, confronted by real life demands like time and money?
For those who want to install standard FF via Obtainium use this:
https://download.cdn.mozilla.net/pub/fenix/releases/
Then add intermediate links (EDIT: this will only fetch releases like 130.0 or 130.1, etc. so feel free to edit regex if you want to match other versions like 130.0.1)
[0-9]+\.[0-9]+/$ android/$ fenix-[0-9]+\.[0-9]+-android-arm64-v8a/$
EDIT: based on https://github.com/ImranR98/Obtainium/issues/1625#issuecomment-2120736614