summarylogtreecommitdiffstats
path: root/vendor.js
diff options
context:
space:
mode:
Diffstat (limited to 'vendor.js')
-rw-r--r--vendor.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor.js b/vendor.js
index d8d606bc15d7..e4445e1c18cb 100644
--- a/vendor.js
+++ b/vendor.js
@@ -7,3 +7,6 @@ pref("browser.shell.checkDefaultBrowser", false);
// Don't disable our bundled extensions in the application directory
pref("extensions.autoDisableScopes", 11);
pref("extensions.shownSelectionUI", true);
+
+// Opt all of us into e10s, instead of just 50%
+pref("browser.tabs.remote.autostart", true);