From acdb3cbf0bd6d829bf739efc52b50fd222c158d5 Mon Sep 17 00:00:00 2001 From: Lpsd <40902730+Lpsd@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:58:36 -0700 Subject: [PATCH] Remove CefBrowserSettings.plugins definition (#2593) to fix CEF update --- Client/cefweb/CWebView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Client/cefweb/CWebView.cpp b/Client/cefweb/CWebView.cpp index 58b45f53ed23..58a75fc48e45 100644 --- a/Client/cefweb/CWebView.cpp +++ b/Client/cefweb/CWebView.cpp @@ -54,7 +54,6 @@ void CWebView::Initialise() browserSettings.javascript_dom_paste = cef_state_t::STATE_DISABLED; browserSettings.webgl = cef_state_t::STATE_ENABLED; - browserSettings.plugins = cef_state_t::STATE_DISABLED; if (!m_bIsLocal) { bool bEnabledJavascript = g_pCore->GetWebCore()->GetRemoteJavascriptEnabled();