From e2067ba6df2ded433f4e52ef21d0410d2e8a0e08 Mon Sep 17 00:00:00 2001 From: Fedor Date: Thu, 17 Sep 2020 09:20:37 +0300 Subject: [PATCH] [Centaury] Use platform default for WASM. --- application/basilisk/app/profile/basilisk.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index 725f660e2..c3db6b135 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -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); \ No newline at end of file