[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - desktop/source

Andras Timar andras.timar at collabora.com
Fri May 5 13:45:29 UTC 2017


 desktop/source/app/crashreport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c069b3dce295905a8f309c44419409c238e25b10
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri May 5 15:44:49 2017 +0200

    prefer https
    
    Change-Id: Ib9920a0f56c04625c3b9690a19c2dc5595c6519e

diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index 27e2f97d1f4b..ef8e856b9199 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -73,7 +73,7 @@ void CrashReporter::writeCommonInfo()
     std::ofstream minidump_file(ini_path, std::ios_base::trunc);
     minidump_file << "ProductName=LibreOffice\n";
     minidump_file << "Version=" LIBO_VERSION_DOTTED "\n";
-    minidump_file << "URL=http://crashreport.collaboraoffice.com/submit/\n";
+    minidump_file << "URL=https://crashreport.collaboraoffice.com/submit/\n";
     for (auto& keyValue : maKeyValues)
     {
         writeToStream(minidump_file, keyValue.first, keyValue.second);


More information about the Libreoffice-commits mailing list