mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
make sure avatar is served in https, fix #87
This commit is contained in:
@ -64,7 +64,7 @@ namespace BirdsiteLive.Twitter
|
|||||||
Name = user.Name,
|
Name = user.Name,
|
||||||
Description = description,
|
Description = description,
|
||||||
Url = $"https://twitter.com/{username}",
|
Url = $"https://twitter.com/{username}",
|
||||||
ProfileImageUrl = user.ProfileImageUrlFullSize,
|
ProfileImageUrl = user.ProfileImageUrlFullSize.Replace("http://", "https://"),
|
||||||
ProfileBackgroundImageUrl = user.ProfileBackgroundImageUrlHttps,
|
ProfileBackgroundImageUrl = user.ProfileBackgroundImageUrlHttps,
|
||||||
ProfileBannerURL = user.ProfileBannerURL,
|
ProfileBannerURL = user.ProfileBannerURL,
|
||||||
Protected = user.Protected
|
Protected = user.Protected
|
||||||
|
Reference in New Issue
Block a user