Skip to content

Commit

Permalink
Remove forced flag setting for uuid.
Browse files Browse the repository at this point in the history
If a user still needs to do this, they can pass this flag as a launch
flag option.

Fixes #25
  • Loading branch information
samccone committed Apr 1, 2018
1 parent a261d99 commit 69cc43e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/chrome-launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ class Launcher {
flags = flags.filter(flag => flag !== '--disable-extensions');
}

if (getPlatform() === 'linux') {
flags.push('--disable-setuid-sandbox');
}

flags.push(...this.chromeFlags);
flags.push(this.startingUrl);

Expand Down

0 comments on commit 69cc43e

Please sign in to comment.