mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript
Apache License 2.0
3.68k stars 397 forks source link

Cannot install on Firefox 48/49 because plugin is not signed #2428

Closed PeopleInside closed 7 years ago

PeopleInside commented 8 years ago

I cannot install on Firefox because plugin is not signed. This is the message Firefox give to me.

ghost commented 8 years ago

http://www.ghacks.net/2016/08/14/override-firefox-add-on-signing-requirement/ or use Firefox Aurora (developer preview) / Nightly or sign addon for yourself.

PeopleInside commented 8 years ago

Never trust disable the protection of Firefox. Thank anyway. I have solved issue with flash for now so continue to use flash for now. Thanks... this is just to inform the component plug in not work with standard Firefox.

Efreak commented 8 years ago

I signed the addon for myself, and it's fairly simple to do. Just follow the instructions here. IIRC, the key commands are jpm xpi and jpm sign. Alternatively, you can upload an xpm file here (copy the link, because it won't redirect automatically after signin)

dzmitry-lahoda commented 8 years ago

Why this addon not signed or not posted here https://addons.mozilla.org/ first of all, at least as alpha?

ShapeShifter499 commented 7 years ago

I agree with @asd-and-Rizzo it should be on https://addons.mozilla.org somewhere.

Efreak commented 7 years ago

Since so many people seem to want it, I've uploaded my signed copy to a gist.

ShapeShifter499 commented 7 years ago

@Efreak is this the absolute latest copy?

Efreak commented 7 years ago

I think created it after the most recent change to this repo, so it should be. The xpi file and the AMO email that it passed automated tests are both dated 8/5/16. However, I can't guarantee it, as I no longer have the VM I used to build it. You may be able to verify it by building the addon yourself, then unzipping and comparing the contents of your and my xpi files.

yurydelendik commented 7 years ago

Closing as fixed