gab-ai-inc / gab-dissenter-extension

Dissenter.com Browser Extension source code
https://dissenter.com
Apache License 2.0
272 stars 43 forks source link

Allow using the extension as an unsigned extension #101

Closed daym closed 4 years ago

daym commented 4 years ago

If one tries to install an unsigned extension in Firefox ESR 60 (after allowing it in the profile) it will complain about the extension being damaged (NOT unsigned) if there's no "id" in it. So I added an id--it works fine now. Tested on Linux using: unzip "dissenter_extension-0.1.10-fx.xpi", edit "manifest.json", zip the whole thing again and install the resulting xpi in "about:addons" (top right corner gear menu). You might still want to adapt the id to what you usually use - but it doesn't work without any id.

daym commented 4 years ago

This makes it break with Firefox 68.3, so I withdraw it.