aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/sender/google_crash_report_sender.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-01-04 00:13:49 +0000
committerthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-01-04 00:13:49 +0000
commit33f62804fd85d8b316562be36749e8f8cbae310c (patch)
treeafc08fbc4a659362a4b0d8e5fc63765b6dfb4400 /src/client/linux/sender/google_crash_report_sender.cc
parentReplace MMappedRange with MinidumpMemoryRange. (diff)
downloadbreakpad-33f62804fd85d8b316562be36749e8f8cbae310c.tar.xz
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
Diffstat (limited to 'src/client/linux/sender/google_crash_report_sender.cc')
-rw-r--r--src/client/linux/sender/google_crash_report_sender.cc2
1 files changed, 1 insertions, 1 deletions
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.");