Skip to content

Commit

Permalink
Upgrade to HTTPS links (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfstorm authored Sep 26, 2022
1 parent ea5db46 commit 1a74a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BingWallpaper/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static string BmpFile

public static string WallpaperInfoUrl
{
get { return string.Format("http://www.bing.com/hpimagearchive.aspx?format=xml&idx={0}&n={1}&mkt={2}", PictureIndex, PictureCount, Market); }
get { return string.Format("https://www.bing.com/hpimagearchive.aspx?format=xml&idx={0}&n={1}&mkt={2}", PictureIndex, PictureCount, Market); }
}

public static int PictureCount
Expand All @@ -61,7 +61,7 @@ public static string Market

public static string PictureUrlFormat
{
get { return "http://www.bing.com{0}_UHD.jpg"; }
get { return "https://www.bing.com{0}_UHD.jpg"; }
}

public static TimeZoneInfo TimeZone
Expand Down

0 comments on commit 1a74a6c

Please sign in to comment.