mirror of https://github.com/vector-im/riot-web
moar sandbox flags
parent
53eab479ec
commit
7e2d35fdfe
2
start.js
2
start.js
|
@ -41,7 +41,7 @@ async function runTests() {
|
||||||
args: [],
|
args: [],
|
||||||
};
|
};
|
||||||
if (!program.sandbox) {
|
if (!program.sandbox) {
|
||||||
options.args.push('--no-sandbox');
|
options.args.push('--no-sandbox', '--disable-setuid-sandbox');
|
||||||
}
|
}
|
||||||
if (process.env.CHROME_PATH) {
|
if (process.env.CHROME_PATH) {
|
||||||
const path = process.env.CHROME_PATH;
|
const path = process.env.CHROME_PATH;
|
||||||
|
|
Loading…
Reference in New Issue