From f9629a3c95e9b900fadc292771126b6f067fcad8 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Mon, 5 Aug 2019 00:23:01 -0400 Subject: [PATCH] Add `www.parrotsec.org` to the whitelist as they use CloudFlare. The `www.parrotsec.org` Web server has moved behind CloudFlare, which returns an HTTP 503 error for the `awesome_bot` Web crawler, causing a build failure. The domain is live and still works, but the CloudFlare WAF does not permit the crawler to verify this. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f944386..fde608a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: - gem install awesome_bot script: - - awesome_bot README.md --allow-redirect --white-list "www.0day.today,mvfjfugdwgc5uwho.onion,creativecommons.org,netsparker.com,www.shodan.io,www.mhprofessional.com,ghostproject.fr,www.zoomeye.org" + - awesome_bot README.md --allow-redirect --white-list "www.0day.today,mvfjfugdwgc5uwho.onion,creativecommons.org,netsparker.com,www.shodan.io,www.parrotsec.org,www.mhprofessional.com,ghostproject.fr,www.zoomeye.org"