Skip to content

Commit

Permalink
Use insecure connection to Spore.com
Browse files Browse the repository at this point in the history
Spore.com HTTPS certificate expired on Oct 14th 2023 and has not been renewed
  • Loading branch information
Kade-N committed Oct 28, 2023
1 parent be6ac80 commit 40636e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/SporeServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace SporeDownloader
{
public class SporeServer
{
private string endpoint = "https://www.spore.com";
private string endpoint = "http://www.spore.com";

/// <summary>
/// Get daily stats about Spore.com
Expand Down

0 comments on commit 40636e5

Please sign in to comment.