Abrowser: disable xpi signing verification, fix about:home label error

This commit is contained in:
Ruben Rodriguez 2016-01-16 11:55:15 -06:00
parent 8c352e0bdc
commit b983c13319
4 changed files with 6 additions and 3 deletions

View file

@ -187,3 +187,6 @@ pref("security.ssl3.dhe_rsa_des_ede3_sha", false);
// Disable Pocket integration
pref("browser.pocket.enabled", false);
// disable xpi signing verification
pref("xpinstall.signatures.required", false);