refactor: Remove bytecode loading strategy, b=no-bug, c=no-component

This commit is contained in:
mr. m
2025-06-09 11:31:29 +02:00
parent 2d5fed3cd9
commit 6e2ce89d21
2 changed files with 0 additions and 45 deletions

View File

@@ -16,7 +16,3 @@ pref("browser.lowMemoryResponseMask", 3);
#endif
pref("network.predictor.enable-hover-on-ssl", true);
// Experimental Zen Features
// Strategy to use for bytecode cache (Thanks https://github.com/gunir)
pref('dom.script_loader.bytecode_cache.strategy', 2);