xpinstall.signatures.required

Hi,

we are running a private instance (patched to run tests with multiple steps) based on official version 2.18.

Firefox tests are broken on our desktop agents since version 43 of Firefox cause of new default false of setting xpinstall.signatures.required.

We fixed that by adding the following to prefs.js:

user_pref("xpinstall.signatures.required", false);

I wonder why this isn’t set in HEAD of webpagetest’s github master branch. Is it possible to get webpagetest FF plugin signed?
I read setting xpinstall.signatures.required will possibly be disabled in version 45.

Regards,
Nils Kuhn

It is in the HEAD: https://github.com/WPO-Foundation/webpagetest/blob/master/agent/browser/firefox/prefs.js#L66

Added back in August: Disable the requirement for firefox extensions to be signed (fixes Ni… · WPO-Foundation/webpagetest@b2cffcd · GitHub

Looks like I probably need to cut a new full release (may have to wait until after the holidays)