Skip to content

Commit 1a74a6c

Browse files
authored
Upgrade to HTTPS links (#6)
1 parent ea5db46 commit 1a74a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BingWallpaper/Constants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static string BmpFile
4141

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

4747
public static int PictureCount
@@ -61,7 +61,7 @@ public static string Market
6161

6262
public static string PictureUrlFormat
6363
{
64-
get { return "http://www.bing.com{0}_UHD.jpg"; }
64+
get { return "https://www.bing.com{0}_UHD.jpg"; }
6565
}
6666

6767
public static TimeZoneInfo TimeZone

0 commit comments

Comments
 (0)