| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 63464d6c2abb2d5032418c41f9fd80f79d2c1906..3408a2a617645aac69bec05a5dc2a260105c0fd1 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -567,6 +567,11 @@ void WebSettingsImpl::setAllowRunningOfInsecureContent(bool enabled)
|
| m_settings->setAllowRunningOfInsecureContent(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setStrictMixedContentChecking(bool enabled)
|
| +{
|
| + m_settings->setStrictMixedContentChecking(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setAllowConnectingInsecureWebSocket(bool enabled)
|
| {
|
| m_settings->setAllowConnectingInsecureWebSocket(enabled);
|
|
|