Update bytecode cache strategy for experimental Zen features

This commit is contained in:
Mauro Balades
2024-08-11 16:55:47 +02:00
parent c2dd526195
commit aa4d950be1
2 changed files with 45 additions and 0 deletions

View File

@@ -118,6 +118,10 @@ pref('browser.migrate.opera.enabled', true);
pref('xpinstall.signatures.required', false);
// Experimental Zen Features
// Strategy to use for bytecode cache (Thanks https://github.com/gunir)
pref('dom.script_loader.bytecode_cache.strategy', 2);
#include better-fox.js
// Betterfox overrides (Stay below the include directive)