| Index: Source/core/fetch/ResourceFetcher.cpp
|
| diff --git a/Source/core/fetch/ResourceFetcher.cpp b/Source/core/fetch/ResourceFetcher.cpp
|
| index 47883bbb9b789a4066c9327c0fa2d76204d61f2b..cd8cff6269edd0c04d5617e2636ca4549efe610f 100644
|
| --- a/Source/core/fetch/ResourceFetcher.cpp
|
| +++ b/Source/core/fetch/ResourceFetcher.cpp
|
| @@ -1277,6 +1277,8 @@ void ResourceFetcher::willSendRequest(unsigned long identifier, ResourceRequest&
|
|
|
| void ResourceFetcher::didReceiveResponse(const Resource* resource, const ResourceResponse& response)
|
| {
|
| + MixedContentChecker::checkMixedPrivatePublic(frame(), response.remoteIPAddress());
|
| +
|
| // If the response is fetched via ServiceWorker, the original URL of the response could be different from the URL of the request.
|
| if (response.wasFetchedViaServiceWorker()) {
|
| if (!canRequest(resource->type(), resource->resourceRequest(), response.url(), resource->options(), false, FetchRequest::UseDefaultOriginRestrictionForType)) {
|
|
|