mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
[Basilisk] Issue #2 - Enable WASM and its Baseline JIT in application preferences
This commit is contained in:
parent
cea29e039a
commit
1fcfbaa4b2
1 changed files with 4 additions and 0 deletions
|
|
@ -1364,3 +1364,7 @@ pref("services.sync.validation.enabled", true);
|
|||
// The counter resets when the page is reloaded from the UI
|
||||
// (content-reloads do NOT clear this to mitigate reloading tricks).
|
||||
pref("prompts.authentication_dialog_abuse_limit", 3);
|
||||
|
||||
// Enable WASM and its baseline jit (platform default is false)
|
||||
pref("javascript.options.wasm", true);
|
||||
pref("javascript.options.wasm_baselinejit", true);
|
||||
Loading…
Add table
Add a link
Reference in a new issue