Skip to content

Commit

Permalink
feat: disable popup blocking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Parashuram N committed Dec 9, 2013
1 parent 23af459 commit 2cdace9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var ChromeBrowser = function(baseBrowserDecorator, args) {
'--no-default-browser-check',
'--no-first-run',
'--disable-default-apps',
'--disable-popup-blocking',
'--start-maximized'
].concat(flags, [url]);
};
Expand Down

0 comments on commit 2cdace9

Please sign in to comment.