| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| index ef5934d9f9795ebaa035b28bf0936609ea2312a0..e38ff9dc6909f62668307c23a4e6ecd9602be76b 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -170,6 +170,8 @@ void ContentSecurityPolicy::applyPolicySideEffectsToExecutionContext() {
|
| document->addInsecureNavigationUpgrade(
|
| document->url().host().impl()->hash());
|
| }
|
| + document->enforceInsecureNavigationsSet(
|
| + *document->insecureNavigationsToUpgrade());
|
|
|
| for (const auto& consoleMessage : m_consoleMessages)
|
| m_executionContext->addConsoleMessage(consoleMessage);
|
|
|