-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Firefox] Cannot manually install/update (add-on not signed) #188
Comments
Previous information I gave was inaccurate, because I was used to testing the development builds through Unfortunately, you will need to use an unbranded build, development build or another browser based on Firefox (Pale Moon, Waterfox, etc.) to install unsigned extensions. We can not do anything about this issue, since our add-on got removed from addons.mozilla.org and therefore we are also unable to sign the add-on for self distribution. I will make sure to update the |
Yes, I have seen some extensions do this. But those extensions submitted for signing are still being reviewed by the AMO team and are still subject to the same policies. I don't know if doing this is a smart move, but we will look into it. |
Possible modify Firefox Stable to run that script: https://stackoverflow.com/a/42403531 (Or something similar with an update for Firefox 115+ and 123+ - Somewhere on stackoverflow I mentioned updating for Firefox 78, probably in another question) Legacy mod: https://github.com/xiaoxiaoflood/firefox-scripts Aris mod: https://github.com/Aris-t2/CustomJSforFx MrOtherGuy mod: https://github.com/MrOtherGuy/fx-autoconfig |
Previous version 2.54 installed from AMO still works but I am not able to manually install v2.5.5 in Firefox 113.0.2 because it is not verified, even with xpinstall.signatures.required set to "false", I get the following popup:
We are aware of this.
You can for now install the unsigned extension by going to
about:addons
choosingInstall Add-on from file
.Originally posted by @drunkwinter in #182 (comment)
The text was updated successfully, but these errors were encountered: