From 060132ba6e4d8649cb0427dc739d67f2a253552e Mon Sep 17 00:00:00 2001 From: Me_Goes_RAWR Date: Thu, 31 May 2018 14:14:16 -0400 Subject: [PATCH] Update BarebonesSteamOpenId.cs --- ArkBot/OpenID/BarebonesSteamOpenId.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkBot/OpenID/BarebonesSteamOpenId.cs b/ArkBot/OpenID/BarebonesSteamOpenId.cs index ef4cf78..2131834 100644 --- a/ArkBot/OpenID/BarebonesSteamOpenId.cs +++ b/ArkBot/OpenID/BarebonesSteamOpenId.cs @@ -16,7 +16,7 @@ namespace ArkBot.OpenID { public class BarebonesSteamOpenId : IBarebonesSteamOpenId { - private const string _authority = @"http://steamcommunity.com/openid"; + private const string _authority = @"https://steamcommunity.com/openid"; private AsyncLazy _endpoint = new AsyncLazy(async () => await Discovery()); private HttpListener _listener; private CancellationTokenSource _cts;