diff --git a/app/mobile.js b/app/mobile.js --- a/app/mobile.js +++ b/app/mobile.js @@ -271,3 +271,5 @@ pref("content.max.deflected.tokens", 10); pref("content.max.tokenizing.time", 50000); +pref("javascript.options.jit.content", true); +pref("javascript.options.jit.chrome", true);