Skip to content

Commit

Permalink
P3A: Revert disabling P3A protobuf submission.
Browse files Browse the repository at this point in the history
This is causing issues with delayed report submission. Revert the
change to work around brave/brave-browser#23754
  • Loading branch information
rillian committed Jun 29, 2022
1 parent 8d2ecec commit 92c27e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/p3a/brave_p3a_uploader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ void BraveP3AUploader::UploadLog(const std::string& compressed_log_data,
} else if (upload_type == "p3a") {
resource_request->url = p3a_endpoint_;
resource_request->headers.SetHeader("X-Brave-P3A", "?1");
// Don't actually send the older format.
return;
} else {
NOTREACHED();
}
Expand Down

0 comments on commit 92c27e6

Please sign in to comment.