Open zuphilip opened 6 years ago
Hmm, I see this error in the console when I open the Addons Manager even when I have all addons disabled. According to this ticket for Seamonkey the extensions.getAddons.link.url
preference was added to support extension signing. Looking at the patch in the ticket linked from that ticket, it looks like it is used to suggest going to addons.mozilla.org to find alternative extensions to ones that are unsigned.
I am guessing that this is minor enough to ignore (since I think the plan is to move Zotero to Electron any way -- I haven't checked on the progress on that in a while), but I will ping @dstillman here. Zotero could add in a dummy extensions.getAddons.link.url
to avoid the error in the console (though it looked like the error should be caught any way?).
After introducing the link to the preferences in
install.rdf
I see the following error
It does not seem to block anything, but still I would like to fix that. I copied the
optionsURL
from Zutilo and I don't see this problem there:https://github.com/willsALMANJ/Zutilo/blob/deec2c43cac8b50fbdf69f32b08952aa3961bb1e/addon/install.rdf#L21
Ping @willsALMANJ, maybe you have any ideas how solve this