| 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 2fd11fd91d96203d1618c3067962ff379c822644..6827097bb06891144c775a15610c2690ded3a96e 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -177,7 +177,7 @@ void ContentSecurityPolicy::applyPolicySideEffectsToExecutionContext()
|
| if (m_enforceStrictMixedContentChecking)
|
| document->enforceStrictMixedContentChecking();
|
| if (m_treatAsPublicAddress)
|
| - document->setHostedInReservedIPRange(false);
|
| + document->setAddressSpace(WebURLRequest::AddressSpacePublic);
|
| if (m_insecureRequestsPolicy == SecurityContext::InsecureRequestsUpgrade) {
|
| UseCounter::count(document, UseCounter::UpgradeInsecureRequestsEnabled);
|
| document->setInsecureRequestsPolicy(m_insecureRequestsPolicy);
|
|
|