| 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 b17334d2f92fd32e889938edec2b7d6f8302c096..e138e8b3c4c66044a01d9e5d4880ff787802dd1f 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -528,7 +528,7 @@ void PingLoader::sendViolationReport(LocalFrame* frame,
|
| : "application/json");
|
| request.setHTTPBody(std::move(report));
|
| finishPingRequestInitialization(request, frame,
|
| - WebURLRequest::RequestContextPing);
|
| + WebURLRequest::RequestContextCSPReport);
|
|
|
| StoredCredentials credentialsAllowed =
|
| SecurityOrigin::create(reportURL)->isSameSchemeHostPort(
|
|
|