I was messing around with things and uninstalled firefox-esr with apt. Since I installed the system (relatively recently) I've made some minor changes to my apt-sources:
- Code: Select all
# Official debian sources
# See https://wiki.debian.org/SourcesList for more information.
deb http://deb.debian.org/debian buster main non-free
deb-src http://deb.debian.org/debian buster main
deb http://deb.debian.org/debian buster-updates main
deb-src http://deb.debian.org/debian buster-updates main
deb http://security.debian.org/debian-security/ buster/updates main
deb-src http://security.debian.org/debian-security/ buster/updates main
After deciding that the flatpak firefox wasn't for me, I tried reinstalling firefox-esr with apt, and got a version that enforces the NoScript, LightBeam, etc. extensions, which I don't want to use. Is there a way to only download the version of firefox-esr that came with my Debian installation?