From 19fa2cd1233998b50da067f1be05b497d8a49f1c Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Fri, 31 Oct 2014 12:14:29 +0100 Subject: [PATCH] Use https for sending crash reports --- src/crashreporter/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crashreporter/main.cpp b/src/crashreporter/main.cpp index 5e37cdb58..093aa87a9 100644 --- a/src/crashreporter/main.cpp +++ b/src/crashreporter/main.cpp @@ -165,7 +165,7 @@ int main( int argc, char* argv[] ) return 1; } - CrashReporter reporter( QUrl( "http://crash-reports.tomahawk-player.org/submit" ), app.arguments() ); + CrashReporter reporter( QUrl( "https://crash-reports.tomahawk-player.org/submit" ), app.arguments() ); reporter.setLogo(QPixmap(":/tomahawk-icon.png"));