diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-25 14:57:32 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-25 14:57:32 -0800 |
commit | 4d690fb9dd48a47d0408b9db4cd1b73124eecdea (patch) | |
tree | 85285d88fcb0089493843f40f44f7c17b6b4f66c /src | |
parent | d53b21a80b452d45d749b273249ac36c059d0a26 (diff) | |
download | DotNetOpenAuth-4d690fb9dd48a47d0408b9db4cd1b73124eecdea.zip DotNetOpenAuth-4d690fb9dd48a47d0408b9db4cd1b73124eecdea.tar.gz DotNetOpenAuth-4d690fb9dd48a47d0408b9db4cd1b73124eecdea.tar.bz2 |
Reporting now POSTed over SSL to provide greater privacy of these pseudonymous statistics.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/Reporting.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Reporting.cs b/src/DotNetOpenAuth/Reporting.cs index a4b3f20..7045aed 100644 --- a/src/DotNetOpenAuth/Reporting.cs +++ b/src/DotNetOpenAuth/Reporting.cs @@ -43,7 +43,7 @@ namespace DotNetOpenAuth { /// <summary> /// The recipient of collected reports. /// </summary> - private static Uri wellKnownPostLocation = new Uri("http://reports.dotnetopenauth.net/ReportingPost.ashx"); + private static Uri wellKnownPostLocation = new Uri("https://reports.dotnetopenauth.net/ReportingPost.ashx"); /// <summary> /// The outgoing HTTP request handler to use for publishing reports. |