mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
moar sandbox flags
This commit is contained in:
parent
53eab479ec
commit
7e2d35fdfe
1 changed files with 1 additions and 1 deletions
2
start.js
2
start.js
|
@ -41,7 +41,7 @@ async function runTests() {
|
|||
args: [],
|
||||
};
|
||||
if (!program.sandbox) {
|
||||
options.args.push('--no-sandbox');
|
||||
options.args.push('--no-sandbox', '--disable-setuid-sandbox');
|
||||
}
|
||||
if (process.env.CHROME_PATH) {
|
||||
const path = process.env.CHROME_PATH;
|
||||
|
|
Loading…
Reference in a new issue