From 25de37bc77d427436417ea244c134b6531950870 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 3 Dec 2016 14:18:53 +0100 Subject: [PATCH] blacklist config option is not used --- data/config.php.dist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/config.php.dist b/data/config.php.dist index 181c525..fff65ce 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -10,10 +10,6 @@ $GLOBALS['phinde'] = array( 'www.example.org', 'test.example.org' ), - //list of URL beginnings that should be ignored - 'blacklist' => array( - 'http://bad.example.org/' - ), //list of regexes for URLs that should not be crawled 'crawlBlacklist' => array( ), -- 2.30.2