| Index: third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| index 913a28b6056524a473e549a3c5d23ed718b2598f..eed8f67f6693885017d45206ad8931252fdc8f22 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -510,7 +510,7 @@
|
| : "application/json");
|
| request.setHTTPBody(std::move(report));
|
| finishPingRequestInitialization(request, frame,
|
| - WebURLRequest::RequestContextCSPReport);
|
| + WebURLRequest::RequestContextPing);
|
|
|
| StoredCredentials credentialsAllowed =
|
| SecurityOrigin::create(reportURL)->isSameSchemeHostPort(
|
|
|