Skip to content

Commit

Permalink
Linux Firefox can start multiple instances with private windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Mar 26, 2015
1 parent 7a62532 commit d7d5266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/local/platform/unix.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
firefox: {
pathQuery: 'which firefox',
process: 'firefox',
multi: true,
// See https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
// Assuming Firefox >= 20
args: ['--private-window']
Expand Down

0 comments on commit d7d5266

Please sign in to comment.