Make sure Twitter avatars are loaded over https to prevent mixed-content warnings
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<a href="@tweet.Url" class="forum-thread">
|
||||
|
||||
<div class="avatar">
|
||||
<img src="@tweet.CreatedBy.ProfileImageUrl400x400" />
|
||||
<img src="@tweet.CreatedBy.ProfileImageUrl400x400.Replace("http://", "https://")" />
|
||||
</div>
|
||||
|
||||
<div class="meta">
|
||||
|
||||
Reference in New Issue
Block a user