Skip to content

Commit 63c2de3

Browse files
committed
Update CEF to 3.3112.1656.g9ec3e42 (Chromium 60.0.3112.90)
1 parent a7880e9 commit 63c2de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Client/cefweb/CWebView.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ void CWebView::Initialise ()
5656
browserSettings.universal_access_from_file_urls = cef_state_t::STATE_DISABLED; // Also filtered by resource interceptor, but set this nevertheless
5757
browserSettings.file_access_from_file_urls = cef_state_t::STATE_DISABLED;
5858
browserSettings.webgl = cef_state_t::STATE_ENABLED;
59-
browserSettings.javascript_open_windows = cef_state_t::STATE_DISABLED;
6059

6160
browserSettings.plugins = cef_state_t::STATE_DISABLED;
6261
if ( !m_bIsLocal )

0 commit comments

Comments
 (0)