Skip to content

Commit 2cdace9

Browse files
author
Parashuram N
committedDec 9, 2013
feat: disable popup blocking by default
1 parent 23af459 commit 2cdace9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var ChromeBrowser = function(baseBrowserDecorator, args) {
1313
'--no-default-browser-check',
1414
'--no-first-run',
1515
'--disable-default-apps',
16+
'--disable-popup-blocking',
1617
'--start-maximized'
1718
].concat(flags, [url]);
1819
};

0 commit comments

Comments
 (0)
Please sign in to comment.