mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Update browser_use/browser/profile.py
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -120,7 +120,7 @@ CHROME_DEFAULT_ARGS = [
|
||||
'--disable-dev-shm-usage', # crucial for docker support, harmless in non-docker environments
|
||||
# '--disable-extensions',
|
||||
# '--disable-features=' + disabledFeatures(assistantMode).join(','),
|
||||
'--allow-pre-commit-input', # let page JS run a little early before GPU rendering finishes
|
||||
# '--allow-pre-commit-input', # duplicate removed
|
||||
'--disable-hang-monitor',
|
||||
'--disable-ipc-flooding-protection', # important to be able to make lots of CDP calls in a tight loop
|
||||
'--disable-popup-blocking',
|
||||
|
||||
Reference in New Issue
Block a user