mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 120.0.6099.0 (#1217362)
- chrome: Disable upgrade/downgrade behavior (see #3608) - chrome: Disable process singleton behavior (see #3609) - chrome: Disable config as default system browser (see #3613)
This commit is contained in:
@ -228,6 +228,10 @@ def GetRecommendedDefaultArgs():
|
||||
# CefV8Value::CreateArrayBuffer with memory allocated outside of the V8
|
||||
# sandbox. See https://github.com/chromiumembedded/cef/issues/3332.
|
||||
'v8_enable_sandbox': False,
|
||||
|
||||
# Disable downgrade processing/restart with the Chrome runtime.
|
||||
# https://github.com/chromiumembedded/cef/issues/3608
|
||||
'enable_downgrade_processing': False,
|
||||
}
|
||||
|
||||
if platform == 'windows' or platform == 'mac':
|
||||
|
Reference in New Issue
Block a user