| 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 daedd57d2ea097b390f9602cf1368b45244b5291..ea01010b55685d051035c5a78fbe8679b59369e5 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -287,7 +287,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));
|
|
|