mirror of
https://github.com/github/choosealicense.com
synced 2025-01-06 19:54:33 +01:00
Merge pull request #645 from github/https-test-on
Revert "Revert "require https for external links""
This commit is contained in:
commit
d1a721a590
1
Rakefile
1
Rakefile
@ -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} => '' },
|
||||
hydra: { max_concurrency: 10 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user