[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-147.0a1-16.0-2] fixup! BB 40925: Implemented the Security Level component



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx