You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
moar sandbox flags
This commit is contained in:
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;
|
||||||
|
Reference in New Issue
Block a user