Formatted the project

This commit is contained in:
mr. M
2025-03-24 22:19:49 +01:00
parent 53eeb4e921
commit bd5d3c00f1
2 changed files with 57 additions and 53 deletions

View File

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