From d711ca607e2e9fac8bbf28937da9c642d01a0995 Mon Sep 17 00:00:00 2001 From: Thorin-II <16656956+Thorin-II@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:07:17 +0000 Subject: [PATCH] javascript.options.asmjs was inactive, is default false since 148 and is pretty much obsolete - https://spidermonkey.dev/blog/2026/05/20/saying-goodbye-to-asmjs.html - https://bugzilla.mozilla.org/show_bug.cgi?id=2002635 --- scratchpad-scripts/arkenfox-cleanup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index e8cb1e9..b5233b5 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -84,6 +84,7 @@ 'browser.urlbar.fakespot.featureGate', 'browser.urlbar.quicksuggest.enabled', 'browser.urlbar.suggest.quicksuggest.nonsponsored', + 'javascript.options.asmjs', 'privacy.userContext.enabled', 'privacy.userContext.ui.enabled', 'security.OCSP.enabled',