henry pushed to branch mullvad-browser-147.0a1-16.0-2 at The Tor Project / 
Applications / Mullvad Browser


Commits:
232eea38 by Henry Wilkes at 2026-03-02T16:24:37+00:00
fixup! BB 40925: Implemented the Security Level component

TB 44687: Expect javascript.options.asmjs to be `false` for all security
levels.

- - - - -


1 changed file:

- toolkit/components/securitylevel/SecurityLevel.sys.mjs


Changes:

=====================================
toolkit/components/securitylevel/SecurityLevel.sys.mjs
=====================================
@@ -271,7 +271,9 @@ const kSecuritySettings = {
   "gfx.font_rendering.graphite.enabled":     [,  false, false, false, true ],
   "gfx.font_rendering.opentype_svg.enabled": [,  false, false, false, true ],
   "svg.disabled":                            [,  true,  false, false, false],
-  "javascript.options.asmjs":                [,  false, false, false, true ],
+  // Expect asmjs to be switched off for all levels. See tor-browser#44687.
+  // TODO: Stop tracking this preference entirely. See tor-browser#44712.
+  "javascript.options.asmjs":                [,  false, false, false, false],
   // tor-browser#44234, tor-browser#44242: this interferes with the correct
   // functioning of the browser. So, WASM is also handled by NoScript now.
   "javascript.options.wasm":                 [,  true,  true,  true,  true ],



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/232eea38693eda6581d3bdab458d78111cd409ca

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/232eea38693eda6581d3bdab458d78111cd409ca
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to