Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
index a7e092e78a1d2d9515eb6316e675ac389ee0cdfc..a1524b09d584d612cbd74146783aee8b7f891765 100644 |
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
@@ -289,7 +289,6 @@ void WebEmbeddedWorkerImpl::prepareShadowPageForLoader() |
// FIXME: When we support FetchEvent.default(), we should relax this |
// restriction. |
settings->setStrictMixedContentChecking(true); |
- settings->setAllowDisplayOfInsecureContent(false); |
settings->setAllowRunningOfInsecureContent(false); |
settings->setDataSaverEnabled(m_workerStartData.dataSaverEnabled); |
m_mainFrame = toWebLocalFrameImpl(WebLocalFrame::create(WebTreeScopeType::Document, this)); |