Abrowser: disable xpi signing verification, fix about:home label error
This commit is contained in:
parent
8c352e0bdc
commit
b983c13319
4 changed files with 6 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue