mirror of
https://github.com/github/choosealicense.com
synced 2025-01-08 04:34:34 +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
|
Rake::Task['spec'].invoke
|
||||||
HTMLProofer.check_directory('./_site',
|
HTMLProofer.check_directory('./_site',
|
||||||
check_html: true,
|
check_html: true,
|
||||||
|
enforce_https: true,
|
||||||
validation: { ignore_script_embeds: true },
|
validation: { ignore_script_embeds: true },
|
||||||
url_swap: { %r{https://choosealicense.com} => '' },
|
url_swap: { %r{https://choosealicense.com} => '' },
|
||||||
hydra: { max_concurrency: 10 },
|
hydra: { max_concurrency: 10 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user