From 33f62804fd85d8b316562be36749e8f8cbae310c Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 4 Jan 2012 00:13:49 +0000 Subject: Send crash dumps to Google via HTTPS instead of HTTP, since they might contain sensitive information. BUG=none TEST=crash dumps still arrive A=palmer@chromium.org Original code review: http://breakpad.appspot.com/338001 Review URL: http://breakpad.appspot.com/334002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@899 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/linux/sender/google_crash_report_sender.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/linux/sender') diff --git a/src/client/linux/sender/google_crash_report_sender.cc b/src/client/linux/sender/google_crash_report_sender.cc index c1641b4f..be897adb 100644 --- a/src/client/linux/sender/google_crash_report_sender.cc +++ b/src/client/linux/sender/google_crash_report_sender.cc @@ -34,7 +34,7 @@ using std::string; -DEFINE_string(crash_server, "http://clients2.google.com/cr", +DEFINE_string(crash_server, "https://clients2.google.com/cr", "The crash server to upload minidumps to."); DEFINE_string(product_name, "", "The product name that the minidump corresponds to."); -- cgit v1.2.1