Skip to content

Commit 78282ac

Browse files
authored
Merge pull request #204 from gkostov/patch-1
docs: added "--disable-site-isolation-trials" to Chrome_without_security
2 parents 7fec86e + e99df52 commit 78282ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function(config) {
2828
customLaunchers: {
2929
Chrome_without_security: {
3030
base: 'Chrome',
31-
flags: ['--disable-web-security']
31+
flags: ['--disable-web-security', '--disable-site-isolation-trials']
3232
}
3333
}
3434
})

0 commit comments

Comments
 (0)