Skip to content

Commit 6fe178f

Browse files
committed
DBlog now uses HTTPS by default
1 parent 38dbb75 commit 6fe178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ $G/dlangspec.verbatim.txt : $G/dlangspec-consolidated.d $(DMD) verbatim.ddoc
583583

584584
$G/dblog_latest.html:
585585
@echo "Receiving the latest DBlog article. Disable with DIFFABLE=1"
586-
curl -s --fail --retry 3 --retry-delay 5 http://blog.dlang.org -o $@
586+
curl -s --fail --retry 3 --retry-delay 5 -L https://blog.dlang.org -o $@
587587

588588
$G/dblog_latest.ddoc: $G/dblog_latest.html
589589
cat $< | grep -m1 'entry-title' | \

0 commit comments

Comments
 (0)