Commit 5b945094 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 19417: Disable asmjs for now

parent a4721c8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);