allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
755 stars 56 forks source link

webextension.restrictedDomains: List of domains on which extensions are disabled by default #276

Open allo- opened 10 months ago

allo- commented 10 months ago

Firefox blocks addons on certain domains, like addons.mozilla.org. This can make sense as an addon could try to block deinstallation via addons.mozilla.org, but AMO also loads Google tracking scripts, which are not filtered by adblock, uMatrix, and other extensions.

extensions.webextensions.restrictedDomains=""
privacy.resistFingerprinting.block_mozAddonManager=true

(https://superuser.com/a/1354612)