From c8252135b13145136838bfbf78c4209837d8d833 Mon Sep 17 00:00:00 2001 From: Craine Runton Date: Fri, 17 Jun 2016 14:22:18 -0600 Subject: [PATCH] Forgot to include new monitored_hosts.js file in the error module commit. --- node_app/monitored_hosts.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/node_app/monitored_hosts.js b/node_app/monitored_hosts.js index a38985e..86becc4 100644 --- a/node_app/monitored_hosts.js +++ b/node_app/monitored_hosts.js @@ -1,10 +1,12 @@ var hosts = [ 'www.google.com', 'www.twitter.com', - 'www.github.com', - 'www.bitbucket.com', - 'news.ycombinator.com', - 'barnacl.es', + 'sha256.badssl.com', + 'expired.badssl.com', + 'self-signed.badssl.com', + 'wrong.host.badssl.com', + 'incomplete-chain.badssl.com', 'example.dev', + 'vsaq.dev' ]; module.exports = hosts; \ No newline at end of file