Skip to content

Commit

Permalink
[OpenId/Provider] Feature: Steam - use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 7, 2018
1 parent 6a91044 commit 0afc51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenID/Provider/Steam.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ class Steam extends \SocialConnect\OpenID\AbstractProvider
*/
public function getOpenIdUrl()
{
return 'http://steamcommunity.com/openid/id';
return 'https://steamcommunity.com/openid/id';
}

/**
* {@inheritdoc}
*/
public function getBaseUri()
{
return 'http://api.steampowered.com/';
return 'https://api.steampowered.com/';
}

/**
Expand Down

0 comments on commit 0afc51e

Please sign in to comment.