Skip to content

Commit

Permalink
Use https for steam widget
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Sep 21, 2018
1 parent f9c6abf commit 4cd59bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/_includes/widgets.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 id="widgets">Widgets</h2>

{{#if presskit.widgets.steam}}
<p>
<iframe src="http://store.steampowered.com/widget/{{trim presskit.widgets.steam}}/" frameborder="0" class="widget widget--steam"></iframe>
<iframe src="https://store.steampowered.com/widget/{{trim presskit.widgets.steam}}/" frameborder="0" class="widget widget--steam"></iframe>
</p>
{{/if}}

Expand Down

0 comments on commit 4cd59bb

Please sign in to comment.