commit 5e45bc82579d4d712e0f34cb58ad62f1030127ca Author: Alex Catarineu acat@torproject.org Date: Thu Oct 3 16:45:57 2019 +0200
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug 19417: reenable asmjs --- browser/app/profile/000-tor-browser.js | 3 --- 1 file changed, 3 deletions(-)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index c146a83e26fe..78b252846689 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -245,9 +245,6 @@ pref("browser.policies.testing.disallowEnterprise", true); // 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); // 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
tbb-commits@lists.torproject.org