TL;DR: Is there a way to install Firefox add-ons for all users on a Linux machine ?
I am automating the deployment of computers at my company, and in order to increase security, I would like all users to have an adblocker, as well as a few other extensions, configured and enabled at all times.
I have done that on Chromium with ExtensionInstallForcelist, and even though the IDs are quite cryptic, I get the result I want.
Is there something similar on Firefox?
Thanks