mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add "win-rt-app" command-line flag to disable MITIGATION_STRICT_HANDLE_CHECKS
and avoid sandboxed renderer process crash in WinRT apps (issue #2274)
This commit is contained in:
@@ -344,4 +344,9 @@ patches = [
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1947
|
||||
'name': 'extensions_1947',
|
||||
},
|
||||
{
|
||||
# Don't enable sandbox::MITIGATION_STRICT_HANDLE_CHECKS in WinRT apps.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2274
|
||||
'name': 'win_rt_2274',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user