blacklist config option is not used
authorChristian Weiske <cweiske@cweiske.de>
Sat, 3 Dec 2016 13:18:53 +0000 (14:18 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 3 Dec 2016 13:18:53 +0000 (14:18 +0100)
data/config.php.dist

index 181c525320c974b6d4b55f1e71855fb201a094bb..fff65ce7c1fb3a612d90179c4e175602c153509e 100644 (file)
@@ -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(
     ),