commit 9f49b80ab4a5c2326ca47f0736d0b865fa2272f9 Author: Georg Koppen gk@torproject.org Date: Thu Jul 14 10:48:44 2016 +0000
Bug 19417: Disable asmjs for now --- browser/app/profile/000-tor-browser.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index e3665b4..c60b341 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -223,6 +223,9 @@ pref("dom.mozTCPSocket.enabled", false); // Security slider pref("svg.in-content.enabled", true); pref("mathml.disabled", false); +// Until we address at least the linkability concerns in #19417 let's disable +// asmjs. +pref("javascript.options.asmjs", false);
// Network and performance pref("network.http.pipelining", true);