Reputation: 1003
I have an own extension, it signed by Mozilla.
I want to install it via registry (described on mdn: https://developer.mozilla.org/en-US/docs/Archive/Mozilla/Adding_extensions_using_the_Windows_registry):
[HKEY_CURRENT_USER\SOFTWARE\Mozilla\Firefox\Extensions]
"[email protected]_signed"="C:\\work\\Foo\\[email protected]_signed-2.2.48.41239.xpi"
But it can't show up after starting firefox, no message, no error. This extension worked a few weeks ago...
If I have a try with a non-signed version of this extension, firefox shows it as disabled with a warning, it's ok (signing is required). But the signed one is completely dead.
What is the problem?
Upvotes: 0
Views: 529