[tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-1] squash! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Fri Oct 18 17:38:15 UTC 2019


commit 80134f6a3d2026ff95943e806cb424bf9eff2c2f
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Fri Oct 18 15:47:04 2019 +0000

    squash! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 21549 - Use Firefox's WASM default pref. It is disabled at safer
    security levels.
---
 browser/app/profile/000-tor-browser.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 1501edf47b90..3d0de789205b 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -245,8 +245,6 @@ pref("browser.policies.testing.disallowEnterprise", true);
 // Security slider
 pref("svg.in-content.enabled", true);
 pref("mathml.disabled", false);
-// Unless we audit wasm properly in #21549 let's disable it.
-pref("javascript.options.wasm", false);
 // Mozilla keeps still finding critical bugs in Graphite code. Disable it for
 // now, see bug 21726.
 pref("gfx.font_rendering.graphite.enabled", false);



More information about the tor-commits mailing list