| Index: Source/core/loader/MixedContentChecker.cpp
|
| diff --git a/Source/core/loader/MixedContentChecker.cpp b/Source/core/loader/MixedContentChecker.cpp
|
| index 1bbc25b54bb4ee6ee44c3a88d5e8095b8455d91e..e42ad37bee87a44c58e5a6a271e7e00980ce9f01 100644
|
| --- a/Source/core/loader/MixedContentChecker.cpp
|
| +++ b/Source/core/loader/MixedContentChecker.cpp
|
| @@ -309,7 +309,7 @@ bool MixedContentChecker::shouldBlockFetch(LocalFrame* frame, WebURLRequest::Req
|
|
|
| // If we're in strict mode, we'll automagically fail everything, and intentionally skip
|
| // the client checks in order to prevent degrading the site's security UI.
|
| - bool strictMode = frame->document()->shouldEnforceStrictMixedContentChecking();
|
| + bool strictMode = frame->document()->shouldEnforceStrictMixedContentChecking() || settings->strictMixedContentChecking();
|
|
|
| ContextType contextType = contextTypeFromContext(requestContext);
|
| if (contextType == ContextTypeBlockableUnlessLax)
|
|
|