[tor-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Wed Aug 29 21:11:19 UTC 2018


commit 3c6862f6cc8a7dc59b9eba41638100638ecb33b0
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Aug 28 21:51:27 2018 +0000

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Disable wasm for now until we have it properly reviewed in #21549.
---
 browser/app/profile/000-tor-browser.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 17c9d614b61c..2b5ebe8cf949 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -231,6 +231,8 @@ pref("mathml.disabled", false);
 // Until we address at least the linkability concerns in #19417 let's disable
 // asmjs.
 pref("javascript.options.asmjs", 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