X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/696fcd7ce4d495e356667019493bf312e2a6e47b..cbefad7ddd4927b1bbe225fec540a082c15f5403:/bin/process.php diff --git a/bin/process.php b/bin/process.php index 1bae7c4..9fc4752 100755 --- 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();