browser parameter adjustment

This commit is contained in:
被遗忘的记忆
2024-11-05 20:58:07 +08:00
committed by GitHub
parent 5febc03145
commit 47fd7b19d7
-2
View File
@@ -131,8 +131,6 @@ class YouProvider {
userDataDir: path.join(__dirname, "browser_profiles", currentUsername),
executablePath: browserPath,
args: [
'--remote-debugging-address=127.0.0.1',
'--disable-ipv6',
'--no-sandbox',
'--disable-setuid-sandbox',
],