Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baa63471 authored by Chris Soyars's avatar Chris Soyars Committed by Steve Kondik
Browse files

Use SSL for submitting stats

Change-Id: If830c05ee121d3951ffcf34cd3bbd499c5107f1d
parent 690c2ec4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public class ReportingService extends Service {

            // report to the cmstats service
            HttpClient httpClient = new DefaultHttpClient();
            HttpPost httpPost = new HttpPost("http://stats.cyanogenmod.org/submit");
            HttpPost httpPost = new HttpPost("https://stats.cyanogenmod.org/submit");
            boolean success = false;

            try {