1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #8345 from timvandermeij/bot-prefs

Bots: disable the default browser test and enable E10s
This commit is contained in:
Yury Delendik 2017-04-27 13:51:44 -05:00 committed by GitHub
commit acdfc2d860

View file

@ -1,3 +1,2 @@
user_pref('browser.tabs.remote.autostart', false);
user_pref('browser.tabs.remote.autostart.1', false);
user_pref('browser.tabs.remote.autostart.2', false);
// Disable the default browser test.
user_pref('browser.shell.checkDefaultBrowser', false);