use unverified addons in Firefox 49.0.2

Discuss building things with or for the Mozilla Platform.
Post Reply
BlackMage2
Posts: 4
Joined: November 6th, 2016, 9:34 am

use unverified addons in Firefox 49.0.2

Post by BlackMage2 »

how i use in Firefox 49.0.2 unverified addons?
i have already set in about:config xpinstall.signatures.required to false, but that brought no change
and I have the possibility to build Firefox 49.0.2 new from the source

and can this topic move to 'Third Party/Unofficial Builds'?
morat
Posts: 6394
Joined: February 3rd, 2009, 6:29 pm

Re: use unverified addons in Firefox 49.0.2

Post by morat »

BlackMage2
Posts: 4
Joined: November 6th, 2016, 9:34 am

Re: use unverified addons in Firefox 49.0.2

Post by BlackMage2 »

thanks
I have my Firefox but still built itself.
In the Mozilla build I had performance problems, but in the self-built Firefox they are almost completely gone!
barbaz
Posts: 1504
Joined: October 1st, 2014, 3:25 pm

Re: use unverified addons in Firefox 49.0.2

Post by barbaz »

Put these lines in the .mozconfig -

Code: Select all

export MOZ_REQUIRE_ADDON_SIGNING=0
export MOZ_ADDON_SIGNING=0
export MOZ_REQUIRE_SIGNING=0
I think you'll also need to disable the Firefox branding, but I don't know how to do that.
Post Reply