[Centaury] Use platform default for WASM.

master
Fedor 2020-09-17 09:20:37 +03:00
parent 52158cd962
commit e2067ba6df
1 changed files with 0 additions and 4 deletions

View File

@ -1343,7 +1343,3 @@ 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);