Skip to content

Commit

Permalink
Merge pull request #204 from gkostov/patch-1
Browse files Browse the repository at this point in the history
docs: added "--disable-site-isolation-trials" to Chrome_without_security
  • Loading branch information
rogeriopvl committed Jul 18, 2019
2 parents 7fec86e + e99df52 commit 78282ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ module.exports = function(config) {
customLaunchers: {
Chrome_without_security: {
base: 'Chrome',
flags: ['--disable-web-security']
flags: ['--disable-web-security', '--disable-site-isolation-trials']
}
}
})
Expand Down

0 comments on commit 78282ac

Please sign in to comment.