Spaces:
Running
Running
nacho commited on
Commit ·
6eb6f92
1
Parent(s): e8a828e
fix: 回滚过于激进的 Chromium 底层参数,修复其导致的 Cloudflare 人机验证 100% 失败从而无法登录的问题
Browse files- deepseek_browser.py +0 -4
deepseek_browser.py
CHANGED
|
@@ -59,10 +59,6 @@ class DeepSeekBrowser:
|
|
| 59 |
"--disable-sync",
|
| 60 |
"--mute-audio",
|
| 61 |
"--no-sandbox",
|
| 62 |
-
"--disable-setuid-sandbox",
|
| 63 |
-
"--disable-site-isolation-trials",
|
| 64 |
-
"--disable-features=IsolateOrigins,site-per-process,AudioServiceOutOfProcess",
|
| 65 |
-
"--disable-software-rasterizer",
|
| 66 |
"--js-flags=--max-old-space-size=128", # 限制 V8 引擎内存
|
| 67 |
"--renderer-process-limit=1", # 限制渲染进程
|
| 68 |
]
|
|
|
|
| 59 |
"--disable-sync",
|
| 60 |
"--mute-audio",
|
| 61 |
"--no-sandbox",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
"--js-flags=--max-old-space-size=128", # 限制 V8 引擎内存
|
| 63 |
"--renderer-process-limit=1", # 限制渲染进程
|
| 64 |
]
|