[Libreoffice-commits] core.git: desktop/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Apr 17 01:02:19 UTC 2017
desktop/source/app/crashreport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8948d436572fcff6a7298872a33ca4b6fa2f8b61
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Apr 17 00:47:56 2017 +0200
submit crash reports using https
Change-Id: I98e0af47f984d5327e23bfee6d4a27052b848699
Reviewed-on: https://gerrit.libreoffice.org/36591
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index a12249da9096..373793f94470 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -75,7 +75,7 @@ void CrashReporter::writeCommonInfo()
minidump_file << "ProductName=LibreOffice\n";
minidump_file << "Version=" LIBO_VERSION_DOTTED "\n";
minidump_file << "BuildID=" << utl::Bootstrap::getBuildIdData("") << "\n";
- minidump_file << "URL=http://crashreport.libreoffice.org/submit/\n";
+ minidump_file << "URL=https://crashreport.libreoffice.org/submit/\n";
for (auto& keyValue : maKeyValues)
{
writeToStream(minidump_file, keyValue.first, keyValue.second);
More information about the Libreoffice-commits
mailing list