Search code examples
javascriptfirefoxfirefox-addon-sdkjpm

Firefox disable the add on I'm developing


I'm developing an Firefox add-on with it's latest jpm SDK.

After I done the major code, I use jpm run command to run the extension.

but the addon is disabled. it says "ADDON NAME could not be verified for use in FIREFOX VERSION and has been disabled."

like in the picture. enter image description here anyone know how to turn off this Firefox feature?


Solution

  • From a comment left on a GitHub issue with the same problem last week:

    Go to about:config and toggle the xpinstall.signatures.required preference.
    — Keith94's comment (linked above)