Forgot to include new monitored_hosts.js file in the error module commit.

This commit is contained in:
Craine Runton 2016-06-17 14:22:18 -06:00
parent babb94c2fc
commit c8252135b1

View File

@ -1,10 +1,12 @@
var hosts = [ var hosts = [
'www.google.com', 'www.google.com',
'www.twitter.com', 'www.twitter.com',
'www.github.com', 'sha256.badssl.com',
'www.bitbucket.com', 'expired.badssl.com',
'news.ycombinator.com', 'self-signed.badssl.com',
'barnacl.es', 'wrong.host.badssl.com',
'incomplete-chain.badssl.com',
'example.dev', 'example.dev',
'vsaq.dev'
]; ];
module.exports = hosts; module.exports = hosts;