aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-08-30 13:35:05 +0200
committerChristian Weiske <cweiske@cweiske.de>2016-08-30 13:35:05 +0200
commit083fa4116b22f4898123006880fb52061763513d (patch)
treed5d04fccb84c82295446f736cda78ab1fb9d8f02 /data
parentf77dad8f1dda382a23b9d22393e239be6c087a07 (diff)
downloadphinde-083fa4116b22f4898123006880fb52061763513d.tar.gz
phinde-083fa4116b22f4898123006880fb52061763513d.zip
Add crawlBlacklist configuration option
Resolves: #7
Diffstat (limited to 'data')
-rw-r--r--data/config.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist
index 3c1ccea..20bf208 100644
--- a/data/config.php.dist
+++ b/data/config.php.dist
@@ -10,6 +10,9 @@ $GLOBALS['phinde'] = array(
'blacklist' => array(
'http://bad.example.org/'
),
+ //list of regexes for URLs that should not be crawled
+ 'crawlBlacklist' => array(
+ ),
//list of URLs that should be subscribed to with PubSubHubbub
'subscriptions' => array(
'http://www.example.org/feed',