[tor-commits] [tor-browser/tor-browser-45.2.0esr-6.5-1] Bug 19417: Disable asmjs for now

gk at torproject.org gk at torproject.org
Sun Jul 17 10:08:04 UTC 2016


commit 699ae74066ddc7000a3ea5f4ed68b170d1886065
Author: Georg Koppen <gk at 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);



More information about the tor-commits mailing list