From 1d6159fe65fdb11f2c634824746906f12d184c0a Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 10 Mar 2020 10:01:15 +0100 Subject: [PATCH] add https checking for links --- docs/Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Rakefile b/docs/Rakefile index e968de9dee..8218ea9a26 100644 --- a/docs/Rakefile +++ b/docs/Rakefile @@ -20,6 +20,7 @@ task test: :build do check_opengraph: true, check_html: true, check_img_http: true, + enforce_https: true, file_ignore: [ %r{Kickstarter-Supporters}, ],