Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using CefBrowser->StopLoad() with allow_os_execution = true causes a crash on CEF128+. chromiumembedded/cef#3851 In order to avoid the crash, specifying allow_os_execution = false on CEF128+, but this blocks to execute applications installed in OS. E.g. Zoom application for Windows. We should specify allow_os_execution = true after the bug on CEF128+ is fixed.
- Loading branch information