git.cweiske.de
/
phinde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd82ff4
)
blacklist config option is not used
author
Christian Weiske
<
[email protected]
>
Sat, 3 Dec 2016 13:18:53 +0000
(14:18 +0100)
committer
Christian Weiske
<
[email protected]
>
Sat, 3 Dec 2016 13:18:53 +0000
(14:18 +0100)
data/config.php.dist
patch
|
blob
|
history
diff --git
a/data/config.php.dist
b/data/config.php.dist
index 181c525320c974b6d4b55f1e71855fb201a094bb..fff65ce7c1fb3a612d90179c4e175602c153509e 100644
(file)
--- 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(
),