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

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



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

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits