set xpinstall required sigs to false by default
This commit is contained in:
parent
795051efdc
commit
dcfc56fdfd
1 changed files with 1 additions and 1 deletions
|
|
@ -2647,7 +2647,7 @@ lockPref("security.tls.unrestricted_rc4_fallback", false);
|
||||||
//lockPref("ui.key.menuAccessKey", 0);
|
//lockPref("ui.key.menuAccessKey", 0);
|
||||||
//lockPref("view_source.tab", false);
|
//lockPref("view_source.tab", false);
|
||||||
|
|
||||||
defaultPref("xpinstall.signatures.required", true);
|
defaultPref("xpinstall.signatures.required", false);
|
||||||
|
|
||||||
// https://www.ghacks.net/2019/05/24/firefox-69-userchrome-css-and-usercontent-css-disabled-by-default/
|
// https://www.ghacks.net/2019/05/24/firefox-69-userchrome-css-and-usercontent-css-disabled-by-default/
|
||||||
// might increase startup time, so keep it disabled, but modifiable by default
|
// might increase startup time, so keep it disabled, but modifiable by default
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue