summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-07-20 08:22:27 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-07-20 08:22:27 -0400
commit4d76d4ec4b1997ed7a98102d31f97e4a8eabc966 (patch)
treeae784af44bb0a92c51c172645b9bda6da194735d
parent214064bb26983a7a59c6d9767a1045b6d4ff50a8 (diff)
downloadbasilisk-4d76d4ec4b1997ed7a98102d31f97e4a8eabc966.tar.gz
Issue MoonchildProductions/UXP#1611 - Use platform default for WASM
-rw-r--r--basilisk/app/profile/basilisk.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/basilisk/app/profile/basilisk.js b/basilisk/app/profile/basilisk.js
index 4d98887..9f5fdbe 100644
--- a/basilisk/app/profile/basilisk.js
+++ b/basilisk/app/profile/basilisk.js
@@ -1345,7 +1345,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