Commit 0f9c1d2b authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 19417: Disable asmjs for now

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