Merge pull request #7142 from SMillerDev/fix/html_link_check

add https checking for links
This commit is contained in:
Mike McQuaid 2020-03-10 09:25:23 +00:00 committed by GitHub
commit b6812d2dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},
],