divestedcg / Brace

Toolkit compatible with multiple Linux distros that allows for installation of handpicked applications, along with corresponding configs that have been tuned for reasonable privacy and security.
GNU Affero General Public License v3.0
51 stars 5 forks source link

Cannot install any extensions on Firefox #5

Closed rollsicecream closed 3 months ago

rollsicecream commented 3 months ago

Hello,

I actually noticed after installing Firefox (from Fedora's repo, not Flathub/Flatpak) that I cannot install any extensions whatsoever. I noticed then that Brace blocked installations of all extensions apart from allowed ones like NoScript and Enhanced-h264ify.

Furthermore, I think that could be linked to the "ExtensionsSettings" policies visible from line 31 to 36 in :

https://github.com/divestedcg/Brace/blob/master/brace/usr/lib/firefox/distribution/policies.json

Thank you for fixing that.

SkewedZeppelin commented 3 months ago

This is fully intended.

Extensions are a hazard to users.

You can either remove those lines from your install or if they are well reputable, actually useful, and open-source they can be added.

rollsicecream commented 3 months ago

That's totally fair!