Allow unsigned addons to be installed (closes https://github.com/zen-browser/desktop/issues/2258)

This commit is contained in:
mr. M
2024-10-30 08:52:48 +01:00
parent 0552c2f245
commit 10cd70e858
2 changed files with 12 additions and 2 deletions

View File

@@ -170,7 +170,8 @@ pref('browser.migrate.opera.enabled', true);
// DNS
// pref('network.trr.mode', 5);
pref('xpinstall.signatures.required', false);
// security: They must enable this themselves, to avoid people downloading malware
//pref('xpinstall.signatures.required', false);
// Experimental Zen Features
// Strategy to use for bytecode cache (Thanks https://github.com/gunir)