mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
Avoid verifying SSL #yolo
This commit is contained in:
@@ -19,7 +19,12 @@ begin
|
||||
:file_ignore => [%r{_site/api/}],
|
||||
:verbose => !!ENV["VERBOSE"],
|
||||
:check_html => true,
|
||||
:empty_alt_ignore => true
|
||||
:empty_alt_ignore => true,
|
||||
:typhoeus => {
|
||||
# Work around SSL errors: https://github.com/gjtorikian/html-proofer/issues/376
|
||||
:ssl_verifypeer => false,
|
||||
:ssl_verifyhost => 0
|
||||
}
|
||||
).run
|
||||
rescue => e
|
||||
puts "\n", e
|
||||
|
||||
Reference in New Issue
Block a user