diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/process.php | 4 |
1 files changed, 0 insertions, 4 deletions
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(); |
