Update media cache preferences in better-fox.js

This commit is contained in:
Mauro Balades
2024-08-16 10:06:20 +02:00
parent c4db4b2bd9
commit 3b9a96e330
2 changed files with 11 additions and 3 deletions

View File

@@ -124,6 +124,9 @@ pref('xpinstall.signatures.required', false);
// Strategy to use for bytecode cache (Thanks https://github.com/gunir)
pref('dom.script_loader.bytecode_cache.strategy', 2);
// Extremly experimental features
pref("dom.webgpu.enabled", true);
#include better-fox.js
// Betterfox overrides (Stay below the include directive)