Index: Source/core/loader/MixedContentChecker.cpp |
diff --git a/Source/core/loader/MixedContentChecker.cpp b/Source/core/loader/MixedContentChecker.cpp |
index e7a6674899b012b231a05cb33e673cbe2a1f63f9..6fc97c3a756dc2e234aa863518fd4199895a404e 100644 |
--- a/Source/core/loader/MixedContentChecker.cpp |
+++ b/Source/core/loader/MixedContentChecker.cpp |
@@ -96,7 +96,7 @@ bool MixedContentChecker::canRunInsecureContentInternal(SecurityOrigin* security |
// FIXME: We need a way to access the top-level frame's MixedContentChecker when that frame |
// is in a different process from the current frame. Until that is done, we always allow |
// loads in remote frames. |
- return false; |
+ return true; |
} |
Frame* top = m_frame->tree().top(); |
if (top != m_frame && !toLocalFrame(top)->loader().mixedContentChecker()->canRunInsecureContent(toLocalFrame(top)->document()->securityOrigin(), url)) |