aboutsummaryrefslogtreecommitdiff
path: root/data/config.php.dist
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-12-03 14:18:53 +0100
committerChristian Weiske <cweiske@cweiske.de>2016-12-03 14:18:53 +0100
commit25de37bc77d427436417ea244c134b6531950870 (patch)
treec7eb311158cee50f1a7bb8a60995d44707ab25d1 /data/config.php.dist
parentbd82ff44d718735b6d8d58e049f046c62f6d2e2f (diff)
downloadphinde-25de37bc77d427436417ea244c134b6531950870.tar.gz
phinde-25de37bc77d427436417ea244c134b6531950870.zip
blacklist config option is not used
Diffstat (limited to 'data/config.php.dist')
-rw-r--r--data/config.php.dist4
1 files changed, 0 insertions, 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(
),