| Index: third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| index dd9afd70463b65ca5578de5a29332df80b5968fd..efaeca96d2141faed6205afc716ef0b1809549a7 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
|
| @@ -338,8 +338,9 @@ void ResourceRequest::setExternalRequestStateFromRequestorAddressSpace(
|
| static_assert(WebAddressSpacePrivate < WebAddressSpacePublic,
|
| "Private is inside Public");
|
|
|
| - // TODO(mkwst): This only checks explicit IP addresses. We'll have to move all this up to //net and //content in
|
| - // order to have any real impact on gateway attacks. That turns out to be a TON of work. https://crbug.com/378566
|
| + // TODO(mkwst): This only checks explicit IP addresses. We'll have to move all
|
| + // this up to //net and //content in order to have any real impact on gateway
|
| + // attacks. That turns out to be a TON of work. https://crbug.com/378566
|
| if (!RuntimeEnabledFeatures::corsRFC1918Enabled()) {
|
| m_isExternalRequest = false;
|
| return;
|
|
|