From 9b08c1db361a8e0acc0ddb186f98eb72ea149aae Mon Sep 17 00:00:00 2001 From: Thorin-II <16656956+Thorin-II@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:11:02 +0000 Subject: [PATCH] remove asm 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 - the pref itself is already gone in at least beta 154 --- user.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/user.js b/user.js index d0b4ad6..0659c3f 100644 --- a/user.js +++ b/user.js @@ -969,11 +969,6 @@ user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!"); * [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+graphite * [2] https://en.wikipedia.org/wiki/Graphite_(SIL) ***/ // user_pref("gfx.font_rendering.graphite.enabled", false); -/* 5504: disable asm.js [FF22+] - * [1] http://asmjs.org/ - * [2] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=asm.js - * [3] https://rh0dev.github.io/blog/2017/the-return-of-the-jit/ ***/ - // user_pref("javascript.options.asmjs", false); // [DEFAULT: false FF148+] /* 5505: disable Ion and baseline JIT to harden against JS exploits [RESTART] * [NOTE] When both Ion and JIT are disabled, and trustedprincipals * is enabled, then Ion can still be used by extensions (1599226)