Skip to content

Commit

Permalink
Remove CefBrowserSettings.plugins definition (#2593) to fix CEF update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Apr 8, 2022
1 parent 8754bbb commit acdb3cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Client/cefweb/CWebView.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit acdb3cb

Please sign in to comment.