mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
🤖 Browser args reset (Fix:Browser Timeout)
This commit is contained in:
parent
ad177e4a0d
commit
093b4f6b17
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ export class BitmapsGenerator {
|
|||
// About browser args => https://chromium.googlesource.com/chromium/src/+/master/docs/linux/suid_sandbox_development.md#disabling-the-sandbox
|
||||
// Issue => https://github.com/ful1e5/Bibata_Cursor/issues/75#issuecomment-703236554
|
||||
const browser = await puppeteer.launch({
|
||||
ignoreDefaultArgs: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
|
||||
headless: true
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue