Skip to content

Commit

Permalink
fix: disable multi-process firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr authored and dignifiedquire committed Mar 4, 2017
1 parent 1339149 commit 9f28aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ var PREFS =
'user_pref("dom.max_script_run_time", 0);\n' +
'user_pref("dom.min_background_timeout_value", 10);\n' +
'user_pref("extensions.autoDisableScopes", 0);\n' +
'user_pref("browser.tabs.remote.autostart", false);\n' +
'user_pref("browser.tabs.remote.autostart.2", false);\n' +
'user_pref("extensions.enabledScopes", 15);\n';


Expand Down

0 comments on commit 9f28aa9

Please sign in to comment.