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:
25de37b
)
Remove URL check from process.php. Checking is done in Crawler already
author
Christian Weiske
<
[email protected]
>
Sat, 3 Dec 2016 13:28:21 +0000
(14:28 +0100)
committer
Christian Weiske
<
[email protected]
>
Sat, 3 Dec 2016 13:28:21 +0000
(14:28 +0100)
bin/process.php
patch
|
blob
|
history
diff --git
a/bin/process.php
b/bin/process.php
index 1bae7c4244d62199b1bf00e0561c3bcec1ed907e..9fc47527b9dd12ad43e8115fc038a9d5f5e765af 100755
(executable)
--- a/
bin/process.php
+++ b/
bin/process.php
@@
-53,10
+53,6
@@
$url = $res->args['url'];
$url = Helper::addSchema($url);
$urlObj = new \Net_URL2($url);
$url = $urlObj->getNormalizedURL();
-if (!Helper::isUrlAllowed($url)) {
- Log::error("Domain is not allowed; not crawling");
- exit(2);
-}
try {
$actions = array();