Skip to content

Commit

Permalink
Fix: SSL issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Felli committed Jan 26, 2018
1 parent 9ad2759 commit 6e03f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Expand Up @@ -21,7 +21,7 @@ public function getServerUrl()
{
$url = $this->settings->get('serverUrl');
if (empty($url)) {
return 'http://store.steampowered.com';
return 'https://store.steampowered.com';
}
return $url;
}
Expand Down

0 comments on commit 6e03f54

Please sign in to comment.