Ahaggar wrote:Only registered to this forum to keep the "Zombie" alive
I found a solution to skip the signature problems with Firefox versions greater than 48. It worked for me, hope it works for you too:
Open the installation folder of Firefox. Go to "defaults\pref" and create a file named "config-prefs.js" with the following content.
- Code: Select all
pref("general.config.obscure_value", 0);
pref("general.config.filename", "config.js");
Save and go back to the main Firefox installation folder (where "Firefox.exe" is placed):
Create a file named "config.js" with the following content:
- Code: Select all
//
try {
Components.utils.import("resource://gre/modules/addons/XPIProvider.jsm", {})
.eval("SIGNED_TYPES.clear()");
}
catch(ex) {}
Just copy the text exactly like above. Then you need to reinstall the xpi file (deinstall mouse gestures redox and then install the xpi file again).
I didn't see in the rules that link posting is not allowed, so I added here the german source:
http://fehler40.blogspot.de/2016/08/firefox-48-unsignierte-nicht.html
Yeah, the fix is working. You're a legend, thanks a lot!
