Skip to content

Commit

Permalink
require https for external links
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva committed Jan 2, 2019
1 parent 92ce139 commit bb0bb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ task :test do
Rake::Task['spec'].invoke
HTMLProofer.check_directory('./_site',
check_html: true,
enforce_https: true,
validation: { ignore_script_embeds: true },
url_swap: { %r{https://choosealicense.com} => '' },
check_img_http: true).run
Expand Down

0 comments on commit bb0bb92

Please sign in to comment.